Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnma/
Date: Sat, 28 May 2022 05:05:21
Message-Id: 1653714272.6fc11a0fb3d9f9ee1363e25c21eb38d6cd265706.sam@gentoo
1 commit: 6fc11a0fb3d9f9ee1363e25c21eb38d6cd265706
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 05:04:32 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 05:04:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fc11a0f
7
8 net-libs/libnma: Stabilize 1.8.38 ppc64, #843794
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-libs/libnma/libnma-1.8.38.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libnma/libnma-1.8.38.ebuild b/net-libs/libnma/libnma-1.8.38.ebuild
16 index 2eba5c5f584b..d11bdd8f8641 100644
17 --- a/net-libs/libnma/libnma-1.8.38.ebuild
18 +++ b/net-libs/libnma/libnma-1.8.38.ebuild
19 @@ -13,7 +13,7 @@ SLOT="0"
20 # pkcs11 default enabled as it's a small dep often already present by libnma users, and it was default enabled as IUSE=+gcr in nm-applet before
21 IUSE="gtk-doc +introspection +pkcs11 vala"
22 REQUIRED_USE="vala? ( introspection )"
23 -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ~ppc64 ~riscv ~sparc x86"
24 +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86"
25
26 DEPEND="
27 >=gui-libs/gtk-4.0:4