diff options
author | Sam James <sam@gentoo.org> | 2024-11-23 12:05:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-23 12:05:57 +0000 |
commit | 44add3311fc101f02b4c16bb67d96023987be8ce (patch) | |
tree | 27dd98bb148cac3abf18a47a8a069154bd8e96f9 /net-misc/gsasl | |
parent | media-gfx/xloadimage: Stabilize 4.1-r16 sparc, #944657 (diff) | |
download | gentoo-44add3311fc101f02b4c16bb67d96023987be8ce.tar.gz gentoo-44add3311fc101f02b4c16bb67d96023987be8ce.tar.bz2 gentoo-44add3311fc101f02b4c16bb67d96023987be8ce.zip |
net-misc/gsasl: Stabilize 2.2.1 arm, #944658
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/gsasl-2.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gsasl/gsasl-2.2.1.ebuild b/net-misc/gsasl/gsasl-2.2.1.ebuild index f0891ad0138c..5d3b8ae4550d 100644 --- a/net-misc/gsasl/gsasl-2.2.1.ebuild +++ b/net-misc/gsasl/gsasl-2.2.1.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 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~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 )" |