diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-15 22:11:11 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-15 22:11:11 +0200 |
commit | c0ec9b6ee5f1b30558f9579ae3b476ede1612e93 (patch) | |
tree | 955e87adbb73434c7e998159ae21dd101c610b4e /net-misc/gsasl | |
parent | net-misc/freerdp: Stabilize 2.11.5 amd64, #927083 (diff) | |
download | gentoo-c0ec9b6ee5f1b30558f9579ae3b476ede1612e93.tar.gz gentoo-c0ec9b6ee5f1b30558f9579ae3b476ede1612e93.tar.bz2 gentoo-c0ec9b6ee5f1b30558f9579ae3b476ede1612e93.zip |
net-misc/gsasl: Stabilize 2.2.0 arm, #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 8edf3c881e39..9335148fb448 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 )" |