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-misc/gsasl/
Date: Thu, 30 Jun 2022 18:16:07
Message-Id: 1656612945.4543eed3052a838604a4f991316c729bfe7008af.arthurzam@gentoo
1 commit: 4543eed3052a838604a4f991316c729bfe7008af
2 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 30 18:15:45 2022 +0000
4 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 18:15:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4543eed3
7
8 net-misc/gsasl: Keyword 2.0.0 s390, #853634
9
10 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
11
12 net-misc/gsasl/gsasl-2.0.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/gsasl/gsasl-2.0.0.ebuild b/net-misc/gsasl/gsasl-2.0.0.ebuild
16 index b784eb48e102..7c713703a870 100644
17 --- a/net-misc/gsasl/gsasl-2.0.0.ebuild
18 +++ b/net-misc/gsasl/gsasl-2.0.0.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 ~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 )"