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-libs/openipmi/
Date: Tue, 08 Feb 2022 02:02:26
Message-Id: 1644285713.0dec541cd55787b70d7f9c98b090a1024b711afa.sam@gentoo
1 commit: 0dec541cd55787b70d7f9c98b090a1024b711afa
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 8 02:01:53 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 8 02:01:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dec541c
7
8 sys-libs/openipmi: Stabilize 2.0.29 arm64, #832539
9
10 Signed-off-by: Sam James <sam <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 aa52f4eaaaa8..a3f250c302fb 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-2021 Gentoo Authors
21 +# Copyright 1999-2022 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'