diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-15 22:04:19 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-15 22:04:19 +0200 |
commit | 0a8d1f9d75f023d96cd26680f3df5ec28c982f3a (patch) | |
tree | d4be83a7751fa5aef858b036f54fa72d4d5a03f5 /net-misc/gsasl | |
parent | net-dns/pdns: stabilize 4.8.4 for amd64, x86 (diff) | |
download | gentoo-0a8d1f9d75f023d96cd26680f3df5ec28c982f3a.tar.gz gentoo-0a8d1f9d75f023d96cd26680f3df5ec28c982f3a.tar.bz2 gentoo-0a8d1f9d75f023d96cd26680f3df5ec28c982f3a.zip |
net-misc/gsasl: Stabilize 2.2.0 x86, #886773
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/gsasl-2.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gsasl/gsasl-2.2.0.ebuild b/net-misc/gsasl/gsasl-2.2.0.ebuild index ff825515aa75..8e0f6eb40f88 100644 --- a/net-misc/gsasl/gsasl-2.2.0.ebuild +++ b/net-misc/gsasl/gsasl-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ LICENSE="GPL-3" SLOT="0" # Before giving keywords (or ideally even bumping), please check https://www.gnu.org/software/gsasl/ to see # if it's a stable release or not! -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="+client gcrypt gnutls idn kerberos nls ntlm +server static-libs" REQUIRED_USE="|| ( client server )" |