diff options
author | Sam James <sam@gentoo.org> | 2022-07-18 18:52:47 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-18 18:52:47 +0000 |
commit | bd962a3298a735fec308fe7c23b6e21888e3162a (patch) | |
tree | 27a3ea9433b92463552f2e7fd0df6fa0128dcc32 /net-misc/gsasl | |
parent | virtual/gsasl: Stabilize 3 arm, #853637 (diff) | |
download | gentoo-bd962a3298a735fec308fe7c23b6e21888e3162a.tar.gz gentoo-bd962a3298a735fec308fe7c23b6e21888e3162a.tar.bz2 gentoo-bd962a3298a735fec308fe7c23b6e21888e3162a.zip |
net-misc/gsasl: Stabilize 2.0.0 arm, #853637
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/gsasl-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gsasl/gsasl-2.0.0.ebuild b/net-misc/gsasl/gsasl-2.0.0.ebuild index 7c713703a870..33d6e9445f64 100644 --- a/net-misc/gsasl/gsasl-2.0.0.ebuild +++ b/net-misc/gsasl/gsasl-2.0.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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~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 )" |