Gentoo Archives: gentoo-commits

From: WANG Xuerui <xen0n@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/gsasl/
Date: Sat, 14 May 2022 06:21:44
Message-Id: 1652509280.a1dd2ae82e468d5497edfed84bacd13f19c25123.xen0n@gentoo
1 commit: a1dd2ae82e468d5497edfed84bacd13f19c25123
2 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 06:18:44 2022 +0000
4 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 06:21:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1dd2ae8
7
8 virtual/gsasl: keyword 2 for ~loong
9
10 Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
11
12 virtual/gsasl/gsasl-2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/virtual/gsasl/gsasl-2.ebuild b/virtual/gsasl/gsasl-2.ebuild
16 index a3693b92cfff..b35f552de7d6 100644
17 --- a/virtual/gsasl/gsasl-2.ebuild
18 +++ b/virtual/gsasl/gsasl-2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -6,6 +6,6 @@ EAPI=7
26 DESCRIPTION="Virtual for the GNU SASL library"
27
28 SLOT="0"
29 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
30 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
31
32 RDEPEND="|| ( net-libs/libgsasl net-misc/gsasl )"