diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-07-19 08:53:13 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-07-19 08:53:13 +0300 |
commit | 4854b8e545aa184c992255a563e363f8ca7c3d8e (patch) | |
tree | d63f0f21e1631d7678df8d6483795cf93bedef1b /net-misc/gsasl | |
parent | virtual/gsasl: Stabilize 3 x86, #853637 (diff) | |
download | gentoo-4854b8e545aa184c992255a563e363f8ca7c3d8e.tar.gz gentoo-4854b8e545aa184c992255a563e363f8ca7c3d8e.tar.bz2 gentoo-4854b8e545aa184c992255a563e363f8ca7c3d8e.zip |
net-misc/gsasl: Stabilize 2.0.1 amd64, #853637
Signed-off-by: Joonas Niilola <juippis@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 d77bb6426d1e..fd0c5585e309 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 )" |