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 73BC7158F6F for ; Mon, 16 Aug 2021 20:48:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 225C4E0AD6; Sun, 15 Aug 2021 22:03:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 060EAE0AD6 for ; Sun, 15 Aug 2021 22:03:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 00EBA344244 for ; Sun, 15 Aug 2021 22:03:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5323387B for ; Sun, 15 Aug 2021 22:03:55 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1629065014.cae46a97527f3c623d485ac95ee30b7424f71ed7.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytables/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pytables/pytables-3.6.1.ebuild X-VCS-Directories: dev-python/pytables/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: cae46a97527f3c623d485ac95ee30b7424f71ed7 X-VCS-Branch: master Date: Sun, 15 Aug 2021 22:03:55 +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: fe70525a-f9f8-43fc-9b88-60e123a3f40c X-Archives-Hash: 1d9719dc994dd0b8b2cabe9a070bc466 commit: cae46a97527f3c623d485ac95ee30b7424f71ed7 Author: Marek Szuba gentoo org> AuthorDate: Sun Aug 15 22:03:34 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Sun Aug 15 22:03:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae46a97 dev-python/pytables: keyword 3.6.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/pytables/pytables-3.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pytables/pytables-3.6.1.ebuild b/dev-python/pytables/pytables-3.6.1.ebuild index d8118cbff31..0620287b2eb 100644 --- a/dev-python/pytables/pytables-3.6.1.ebuild +++ b/dev-python/pytables/pytables-3.6.1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" LICENSE="BSD" IUSE="doc examples test" RESTRICT="!test? ( test )"