From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C6D32138331 for ; Sat, 3 Feb 2018 11:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FE82E0A7C; Sat, 3 Feb 2018 11:47:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E92A9E09CD for ; Sat, 3 Feb 2018 11:47:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B324335C6A for ; Sat, 3 Feb 2018 11:47:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B2691DE for ; Sat, 3 Feb 2018 11:47:55 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1517658468.43053aacf370fc1c8c85e490cba920e38d06825d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/freeipmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/freeipmi/freeipmi-1.4.8.ebuild X-VCS-Directories: sys-libs/freeipmi/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 43053aacf370fc1c8c85e490cba920e38d06825d X-VCS-Branch: master Date: Sat, 3 Feb 2018 11:47:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e7d18629-aa36-4b7a-9757-f2d5229b6626 X-Archives-Hash: ed6055488765cae70d085713834894d0 commit: 43053aacf370fc1c8c85e490cba920e38d06825d Author: Lars Wendler gentoo org> AuthorDate: Sat Feb 3 11:47:01 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Feb 3 11:47:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43053aac sys-libs/freeipmi: Version 1.4.8 stable for amd64 and x86. Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-libs/freeipmi/freeipmi-1.4.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/freeipmi/freeipmi-1.4.8.ebuild b/sys-libs/freeipmi/freeipmi-1.4.8.ebuild index d74001bcc3c..58dd6e67e7d 100644 --- a/sys-libs/freeipmi/freeipmi-1.4.8.ebuild +++ b/sys-libs/freeipmi/freeipmi-1.4.8.ebuild @@ -18,7 +18,7 @@ SRC_URI="mirror://gnu${ALPHA}/${PN}/${MY_P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 hppa ~x86" +KEYWORDS="amd64 hppa x86" IUSE="debug nagios" RDEPEND="dev-libs/libgcrypt:0"