diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2022-08-16 09:44:33 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2022-08-16 09:44:33 +0200 |
commit | 1fba2601f68df9d061239ca5db34a82e6a83ed41 (patch) | |
tree | b6f083c45d075233a95020f81ad204465b8d13be /net-misc/gsasl | |
parent | dev-db/postgresql: arm stable wrt bug #865327 (diff) | |
download | gentoo-1fba2601f68df9d061239ca5db34a82e6a83ed41.tar.gz gentoo-1fba2601f68df9d061239ca5db34a82e6a83ed41.tar.bz2 gentoo-1fba2601f68df9d061239ca5db34a82e6a83ed41.zip |
net-misc/gsasl: arm64 stable wrt bug #853637
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'net-misc/gsasl')
-rw-r--r-- | net-misc/gsasl/gsasl-2.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/gsasl/gsasl-2.0.1.ebuild b/net-misc/gsasl/gsasl-2.0.1.ebuild index a77897523854..d8b4db232b4c 100644 --- a/net-misc/gsasl/gsasl-2.0.1.ebuild +++ b/net-misc/gsasl/gsasl-2.0.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="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 )" |