diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2023-04-06 20:42:02 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 02:48:38 +0100 |
commit | a5916681c599b1f612d330514b275a98314088e9 (patch) | |
tree | 69bce00d8170bec19c37a1df0b5aab6ed701b9ee /net-misc/gsasl | |
parent | app-backup/tsm: add 8.1.15.0, 8.1.17.2 (diff) | |
download | gentoo-a5916681c599b1f612d330514b275a98314088e9.tar.gz gentoo-a5916681c599b1f612d330514b275a98314088e9.tar.bz2 gentoo-a5916681c599b1f612d330514b275a98314088e9.zip |
net-misc/gsasl: stable 2.2.0 for sparc, bug #886773
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de>
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/gsasl/gsasl-2.2.0.ebuild b/net-misc/gsasl/gsasl-2.2.0.ebuild index 8f9dc56c9fb3..ff825515aa75 100644 --- a/net-misc/gsasl/gsasl-2.2.0.ebuild +++ b/net-misc/gsasl/gsasl-2.2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )" |