diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-14 14:18:44 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-14 14:21:20 +0800 |
commit | a1dd2ae82e468d5497edfed84bacd13f19c25123 (patch) | |
tree | 26a9cce784933ae9eb33239f362abe6fdbcd7ff1 /virtual/gsasl | |
parent | net-libs/libgsasl: keyword 1.10.0 for ~loong (diff) | |
download | gentoo-a1dd2ae82e468d5497edfed84bacd13f19c25123.tar.gz gentoo-a1dd2ae82e468d5497edfed84bacd13f19c25123.tar.bz2 gentoo-a1dd2ae82e468d5497edfed84bacd13f19c25123.zip |
virtual/gsasl: keyword 2 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'virtual/gsasl')
-rw-r--r-- | virtual/gsasl/gsasl-2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild index a3693b92cfff..b35f552de7d6 100644 --- a/virtual/gsasl/gsasl-2.ebuild +++ b/virtual/gsasl/gsasl-2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,6 +6,6 @@ EAPI=7 DESCRIPTION="Virtual for the GNU SASL library" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" RDEPEND="|| ( net-libs/libgsasl net-misc/gsasl )" |