From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 A8A5115ACFB for ; Sun, 16 Apr 2023 12:11:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C2B6E097D; Sun, 16 Apr 2023 12:11:34 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 8290CE097D for ; Sun, 16 Apr 2023 12:11:34 +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 81510340E6B for ; Sun, 16 Apr 2023 12:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A373A50 for ; Sun, 16 Apr 2023 12:11:30 +0000 (UTC) From: "WANG Xuerui" 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" Message-ID: <1681646582.639492a4590af53f3634e9ed9967cc6086274feb.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cons/cons-0.4.5.ebuild X-VCS-Directories: dev-python/cons/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 639492a4590af53f3634e9ed9967cc6086274feb X-VCS-Branch: master Date: Sun, 16 Apr 2023 12:11:30 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7bb41661-e0c9-4d16-a822-f2c6afdcb2f4 X-Archives-Hash: 3cc0f434c593b3002bdce6ea5e4e29a4 commit: 639492a4590af53f3634e9ed9967cc6086274feb Author: WANG Xuerui gentoo org> AuthorDate: Sun Apr 16 04:48:17 2023 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sun Apr 16 12:03:02 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639492a4 dev-python/cons: keyword 0.4.5 for ~loong Signed-off-by: WANG Xuerui gentoo.org> dev-python/cons/cons-0.4.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cons/cons-0.4.5.ebuild b/dev-python/cons/cons-0.4.5.ebuild index 4298e88a8bbc..c07a8a0601b4 100644 --- a/dev-python/cons/cons-0.4.5.ebuild +++ b/dev-python/cons/cons-0.4.5.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}/python-${P}" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" RDEPEND="dev-python/logical-unification[${PYTHON_USEDEP}]"