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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 015C515808B for ; Tue, 8 Feb 2022 06:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DCDBE0788; Tue, 8 Feb 2022 06:35:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3F2BE0788 for ; Tue, 8 Feb 2022 06:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACEF4342D3C for ; Tue, 8 Feb 2022 06:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31C8C2CC for ; Tue, 8 Feb 2022 06:35:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644302088.4ed4e625d1e43d2cf32a2b714d47a193d4daddd0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/openipmi/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/openipmi/openipmi-2.0.29.ebuild X-VCS-Directories: sys-libs/openipmi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4ed4e625d1e43d2cf32a2b714d47a193d4daddd0 X-VCS-Branch: master Date: Tue, 8 Feb 2022 06:35:00 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ef46ebc-67a3-4728-951b-07eca467892e X-Archives-Hash: 85035dcd62ebc38544c0c335025dd199 commit: 4ed4e625d1e43d2cf32a2b714d47a193d4daddd0 Author: Rolf Eike Beer sf-mail de> AuthorDate: Tue Feb 8 05:56:14 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Feb 8 06:34:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ed4e625 sys-libs/openipmi: stable 2.0.29 for hppa, bug #832539 Package-Manager: Portage-3.0.30, Repoman-3.0.3 RepoMan-Options: --include-arches="hppa" Signed-off-by: Rolf Eike Beer sf-mail.de> Signed-off-by: Sam James gentoo.org> sys-libs/openipmi/openipmi-2.0.29.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/openipmi/openipmi-2.0.29.ebuild b/sys-libs/openipmi/openipmi-2.0.29.ebuild index a3f250c302fb..45c87caad1f5 100644 --- a/sys-libs/openipmi/openipmi-2.0.29.ebuild +++ b/sys-libs/openipmi/openipmi-2.0.29.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1 GPL-2" SLOT="0" -KEYWORDS="amd64 arm64 ~hppa ~ia64 ppc ppc64 x86" +KEYWORDS="amd64 arm64 hppa ~ia64 ppc ppc64 x86" IUSE="crypt snmp perl python static-libs tcl" S="${WORKDIR}/${MY_P}" RESTRICT='test'