Gentoo Archives: gentoo-commits

From: Arthur Zamarin <arthurzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libnma/
Date: Sat, 05 Nov 2022 09:58:43
Message-Id: 1667642275.8c9a57b7de40f33e212ef2586fefb034e49222fd.arthurzam@gentoo
1 commit: 8c9a57b7de40f33e212ef2586fefb034e49222fd
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:57:55 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:57:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9a57b7
7
8 net-libs/libnma: Stabilize 1.10.2 ppc64, #879807
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/libnma/libnma-1.10.2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-libs/libnma/libnma-1.10.2.ebuild b/net-libs/libnma/libnma-1.10.2.ebuild
16 index df5bf564d70c..c0bd301d9a83 100644
17 --- a/net-libs/libnma/libnma-1.10.2.ebuild
18 +++ b/net-libs/libnma/libnma-1.10.2.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