diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-09-12 18:16:27 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-09-12 18:16:27 +0200 |
commit | 23f64d6eb64c53758d4b7848462dec2f465578e6 (patch) | |
tree | a54457d845abdc56659c30bf32e7bdcd6fe5915d /net-misc/gsasl | |
parent | app-portage/elt-patches: Stabilize 20240824 x86, #939523 (diff) | |
download | gentoo-23f64d6eb64c53758d4b7848462dec2f465578e6.tar.gz gentoo-23f64d6eb64c53758d4b7848462dec2f465578e6.tar.bz2 gentoo-23f64d6eb64c53758d4b7848462dec2f465578e6.zip |
net-misc/gsasl: Stabilize 2.2.0 ppc, #886773
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/gsasl-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gsasl/gsasl-2.2.0.ebuild b/net-misc/gsasl/gsasl-2.2.0.ebuild index 17ade65eed5d..c1fc98c08ad0 100644 --- a/net-misc/gsasl/gsasl-2.2.0.ebuild +++ b/net-misc/gsasl/gsasl-2.2.0.ebuild @@ -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 )" |