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 86C0C158091 for ; Tue, 31 May 2022 07:16:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9A2AE096B; Tue, 31 May 2022 07:16:05 +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 A8E2DE096B for ; Tue, 31 May 2022 07:16:05 +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 C99A9341AC7 for ; Tue, 31 May 2022 07:16:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32E274E5 for ; Tue, 31 May 2022 07:16:02 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1653981358.6b36e575ad266b6763498a2e0d86ab86e465dbd4.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/raet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/raet/raet-0.6.8-r4.ebuild X-VCS-Directories: dev-python/raet/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 6b36e575ad266b6763498a2e0d86ab86e465dbd4 X-VCS-Branch: master Date: Tue, 31 May 2022 07:16:02 +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: 653dd490-f2d5-40ba-9c97-feb0d0013c97 X-Archives-Hash: 131e619a3a454f3e49d24f3a1f05be28 commit: 6b36e575ad266b6763498a2e0d86ab86e465dbd4 Author: Jakov Smolić gentoo org> AuthorDate: Tue May 31 07:15:58 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Tue May 31 07:15:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b36e575 dev-python/raet: Keyword 0.6.8-r4 riscv, #835717 Signed-off-by: Jakov Smolić gentoo.org> dev-python/raet/raet-0.6.8-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/raet/raet-0.6.8-r4.ebuild b/dev-python/raet/raet-0.6.8-r4.ebuild index 279712894829..222b90704843 100644 --- a/dev-python/raet/raet-0.6.8-r4.ebuild +++ b/dev-python/raet/raet-0.6.8-r4.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" IUSE="test" RESTRICT="!test? ( test )"