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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C4E57158087 for ; Wed, 6 Oct 2021 13:07:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03603E0964; Wed, 6 Oct 2021 13:07:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AEBC6E0967 for ; Wed, 6 Oct 2021 13:07:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3FE723432E3 for ; Wed, 6 Oct 2021 13:07:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D0B07138 for ; Wed, 6 Oct 2021 13:07:36 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1633525548.3653b19f18b27aa4e4ed886e3ce8171574174c42.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uritemplate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild X-VCS-Directories: dev-python/uritemplate/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 3653b19f18b27aa4e4ed886e3ce8171574174c42 X-VCS-Branch: master Date: Wed, 6 Oct 2021 13:07: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: 9301df5c-3b1a-4ce1-b254-8cae3b977e74 X-Archives-Hash: 88c9f6a49e3296d395e6a9b4804b5905 commit: 3653b19f18b27aa4e4ed886e3ce8171574174c42 Author: Yixun Lan gentoo org> AuthorDate: Wed Oct 6 12:50:02 2021 +0000 Commit: Yixun Lan gentoo org> CommitDate: Wed Oct 6 13:05:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3653b19f dev-python/uritemplate: keyword ~riscv Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Yixun Lan gentoo.org> dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild b/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild index 18c3c0b6ee2..bde32369e96 100644 --- a/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild +++ b/dev-python/uritemplate/uritemplate-3.0.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="Apache-2.0" -KEYWORDS="amd64 arm ~arm64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 arm ~arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"