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 88F6C15808B for ; Mon, 28 Mar 2022 22:48:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A63EE0916; Mon, 28 Mar 2022 22:48:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5EA24E0916 for ; Mon, 28 Mar 2022 22:48:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6AC9634143C for ; Mon, 28 Mar 2022 22:48:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6847B34C for ; Mon, 28 Mar 2022 22:48:36 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1648507712.4a4c56d3feb54e43d92ca3f25af37a965c53d809.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/agate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/agate/agate-1.6.3-r2.ebuild X-VCS-Directories: dev-python/agate/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 4a4c56d3feb54e43d92ca3f25af37a965c53d809 X-VCS-Branch: master Date: Mon, 28 Mar 2022 22:48:36 +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: 8f89c4e8-9e22-4a13-8702-f3f45d2ca048 X-Archives-Hash: b50bee3a9e16f4f49edae15735d525eb commit: 4a4c56d3feb54e43d92ca3f25af37a965c53d809 Author: Yu Gu gmail com> AuthorDate: Mon Mar 28 15:00:07 2022 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Mar 28 22:48:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4c56d3 dev-python/agate: keyword 1.6.3-r2 for ~riscv Closes: https://github.com/gentoo/gentoo/pull/24792 Signed-off-by: Yu Gu gmail.com> Signed-off-by: Zac Medico gentoo.org> dev-python/agate/agate-1.6.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/agate/agate-1.6.3-r2.ebuild b/dev-python/agate/agate-1.6.3-r2.ebuild index 67dd8ae99c92..54050fabfda6 100644 --- a/dev-python/agate/agate-1.6.3-r2.ebuild +++ b/dev-python/agate/agate-1.6.3-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~riscv" RDEPEND=" >=dev-python/six-1.9.0[${PYTHON_USEDEP}]