Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/openipmi/
Date: Tue, 06 Jul 2021 20:31:08
Message-Id: 1625603452.c00063b1f6d51b43adc9be6a76faeb9de0b2302e.gyakovlev@gentoo
1 commit: c00063b1f6d51b43adc9be6a76faeb9de0b2302e
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 6 20:29:59 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 6 20:30:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00063b1
7
8 sys-libs/openipmi: stabilize 2.0.29 for ppc64
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 sys-libs/openipmi/openipmi-2.0.29.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/openipmi/openipmi-2.0.29.ebuild b/sys-libs/openipmi/openipmi-2.0.29.ebuild
16 index dbc076ad80c..aa52f4eaaaa 100644
17 --- a/sys-libs/openipmi/openipmi-2.0.29.ebuild
18 +++ b/sys-libs/openipmi/openipmi-2.0.29.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
26
27 LICENSE="LGPL-2.1 GPL-2"
28 SLOT="0"
29 -KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ~ppc64 x86"
30 +KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ppc ppc64 x86"
31 IUSE="crypt snmp perl python static-libs tcl"
32 S="${WORKDIR}/${MY_P}"
33 RESTRICT='test'