Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gsasl/
Date: Tue, 16 Aug 2022 07:45:10
Message-Id: 1660635873.1fba2601f68df9d061239ca5db34a82e6a83ed41.ago@gentoo
1 commit: 1fba2601f68df9d061239ca5db34a82e6a83ed41
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 16 07:44:33 2022 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 16 07:44:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fba2601
7
8 net-misc/gsasl: arm64 stable wrt bug #853637
9
10 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
11
12 net-misc/gsasl/gsasl-2.0.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/gsasl/gsasl-2.0.1.ebuild b/net-misc/gsasl/gsasl-2.0.1.ebuild
16 index a77897523854..d8b4db232b4c 100644
17 --- a/net-misc/gsasl/gsasl-2.0.1.ebuild
18 +++ b/net-misc/gsasl/gsasl-2.0.1.ebuild
19 @@ -13,7 +13,7 @@ LICENSE="GPL-3"
20 SLOT="0"
21 # Before giving keywords (or ideally even bumping), please check https://www.gnu.org/software/gsasl/ to see
22 # if it's a stable release or not!
23 -KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
24 +KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
25 IUSE="+client gcrypt gnutls idn kerberos nls ntlm +server static-libs"
26 REQUIRED_USE="|| ( client server )"