Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/ipmiutil/
Date: Fri, 06 May 2022 07:57:15
Message-Id: 1651823825.b7836c2e0998cb25edef18e9bd2e49305eca4244.sam@gentoo
1 commit: b7836c2e0998cb25edef18e9bd2e49305eca4244
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 07:56:48 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 07:57:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7836c2e
7
8 sys-apps/ipmiutil: destabilize 3.1.8 for ~amd64, ~x86
9
10 I don't think it was meant to be pushed as stable, so undo that bit.
11
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild b/sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild
18 index ea429e9dfd34..45f547fdfb09 100644
19 --- a/sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild
20 +++ b/sys-apps/ipmiutil/ipmiutil-3.1.8.ebuild
21 @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
22
23 LICENSE="BSD"
24 SLOT="0"
25 -KEYWORDS="amd64 ~hppa ~ppc x86"
26 +KEYWORDS="~amd64 ~hppa ~ppc ~x86"
27 IUSE="static-libs"
28
29 RDEPEND=">=dev-libs/openssl-1:0="