Diff gsasl-2.0.1-r2 with a gsasl-2.2.0

/usr/portage/net-misc/gsasl/gsasl-2.2.0.ebuild 2023-10-09 14:52:34.648368480 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13
SLOT="0"
14 14
# Before giving keywords (or ideally even bumping), please check https://www.gnu.org/software/gsasl/ to see
15 15
# if it's a stable release or not!
16
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
16
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
17 17
IUSE="+client gcrypt gnutls idn kerberos nls ntlm +server static-libs"
18 18
REQUIRED_USE="|| ( client server )"
19 19

  
Thank you!