diff options
author | Sam James <sam@gentoo.org> | 2024-03-15 20:22:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-15 20:22:21 +0000 |
commit | 71b426339153740e2d3c68711cea5c177ff35d88 (patch) | |
tree | ddc53e11c6817177ab5a26968b41dd93264131c0 /net-misc/gsasl | |
parent | games-emulation/advancemame: suppress compiler optimizations with fire (diff) | |
download | gentoo-71b426339153740e2d3c68711cea5c177ff35d88.tar.gz gentoo-71b426339153740e2d3c68711cea5c177ff35d88.tar.bz2 gentoo-71b426339153740e2d3c68711cea5c177ff35d88.zip |
net-misc/gsasl: Stabilize 2.2.0 arm64, #886773
Signed-off-by: Sam James <sam@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 9335148fb448..c48db28f3128 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 )" |