From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1412473-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3778158094 for <garchives@archives.gentoo.org>; Mon, 27 Jun 2022 11:17:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E92FFE08F1; Mon, 27 Jun 2022 11:17:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CBC6DE08F1 for <gentoo-commits@lists.gentoo.org>; Mon, 27 Jun 2022 11:17:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C2D553412C4 for <gentoo-commits@lists.gentoo.org>; Mon, 27 Jun 2022 11:17:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32D3D50D for <gentoo-commits@lists.gentoo.org>; Mon, 27 Jun 2022 11:17:09 +0000 (UTC) From: "WANG Xuerui" <xen0n@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1656328605.9b263f04081592676c9fd9d6a06264e5184c3625.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/gsasl/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/gsasl/gsasl-3.ebuild X-VCS-Directories: virtual/gsasl/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 9b263f04081592676c9fd9d6a06264e5184c3625 X-VCS-Branch: master Date: Mon, 27 Jun 2022 11:17:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bc2d49df-679e-41ac-8f2e-2e37135e616e X-Archives-Hash: 05d17c6291a25373ef4814f1ca905e68 commit: 9b263f04081592676c9fd9d6a06264e5184c3625 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Mon Jun 27 11:16:45 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Mon Jun 27 11:16:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b263f04 virtual/gsasl: keyword 3 for ~loong Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> virtual/gsasl/gsasl-3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual/gsasl/gsasl-3.ebuild b/virtual/gsasl/gsasl-3.ebuild index 9c942d2d87b8..f1ca3a849718 100644 --- a/virtual/gsasl/gsasl-3.ebuild +++ b/virtual/gsasl/gsasl-3.ebuild @@ -6,6 +6,6 @@ EAPI=8 DESCRIPTION="Virtual for the GNU SASL library" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" RDEPEND=">=net-misc/gsasl-2.0.0"