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/libgssglue/
Date: Fri, 17 Mar 2023 16:20:59
Message-Id: 1679070050.c1441263e54a1e23b84876c3d46577ba0048d016.arthurzam@gentoo
1 commit: c1441263e54a1e23b84876c3d46577ba0048d016
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 17 16:20:50 2023 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 17 16:20:50 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1441263
7
8 net-libs/libgssglue: Stabilize 0.7 arm64, #901943
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-libs/libgssglue/libgssglue-0.7.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-libs/libgssglue/libgssglue-0.7.ebuild b/net-libs/libgssglue/libgssglue-0.7.ebuild
16 index 18c63d2f6e37..1317150a1408 100644
17 --- a/net-libs/libgssglue/libgssglue-0.7.ebuild
18 +++ b/net-libs/libgssglue/libgssglue-0.7.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2022 Gentoo Authors
21 +# Copyright 1999-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -12,7 +12,7 @@ S="${WORKDIR}"/${PN}-${P}
26
27 LICENSE="BSD"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
31
32 RDEPEND="virtual/krb5"