diff options
author | 2024-03-16 12:22:55 +0200 | |
---|---|---|
committer | 2024-03-16 12:22:55 +0200 | |
commit | 1c2415a5c517c1a2ef7bd9c8ee057caca9deac8b (patch) | |
tree | 03da72b15bb3fcf9ed33ed26edb42b39f38ee2ff /net-misc/gsasl | |
parent | dev-python/botocore: Remove old (diff) | |
download | gentoo-1c2415a5c517c1a2ef7bd9c8ee057caca9deac8b.tar.gz gentoo-1c2415a5c517c1a2ef7bd9c8ee057caca9deac8b.tar.bz2 gentoo-1c2415a5c517c1a2ef7bd9c8ee057caca9deac8b.zip |
net-misc/gsasl: Stabilize 2.2.0 ppc64, #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 | 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 c48db28f3128..17ade65eed5d 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 )" |