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:44:36
Message-Id: 1667641433.d99547e903d321f0403b0259177c00f8aa99884b.arthurzam@gentoo
1 commit: d99547e903d321f0403b0259177c00f8aa99884b
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 09:43:53 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 5 09:43:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d99547e9
7
8 net-libs/libnma: Stabilize 1.10.2 arm, #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 df77f44666ef..6f61284064f1 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