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 8787F158090 for ; Fri, 6 May 2022 07:57:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D04CCE08C3; Fri, 6 May 2022 07:57:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCD82E08C3 for ; Fri, 6 May 2022 07:57:14 +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 E97633415B0 for ; Fri, 6 May 2022 07:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A0183FB for ; Fri, 6 May 2022 07:57:12 +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: <1651823825.b7836c2e0998cb25edef18e9bd2e49305eca4244.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmiutil/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild X-VCS-Directories: sys-apps/ipmiutil/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b7836c2e0998cb25edef18e9bd2e49305eca4244 X-VCS-Branch: master Date: Fri, 6 May 2022 07:57:12 +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: 8c8cf5bf-30d4-46f5-b660-1cfa2dfc2ca5 X-Archives-Hash: 4e52138fd6485228f3674e4850979b46 commit: b7836c2e0998cb25edef18e9bd2e49305eca4244 Author: Sam James gentoo org> AuthorDate: Fri May 6 07:56:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 6 07:57:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7836c2e sys-apps/ipmiutil: destabilize 3.1.8 for ~amd64, ~x86 I don't think it was meant to be pushed as stable, so undo that bit. Signed-off-by: Sam James gentoo.org> sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild b/sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild index ea429e9dfd34..45f547fdfb09 100644 --- a/sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild +++ b/sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc x86" +KEYWORDS="~amd64 ~hppa ~ppc ~x86" IUSE="static-libs" RDEPEND=">=dev-libs/openssl-1:0="