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 61F7A158F58 for ; Mon, 16 Aug 2021 20:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DF7BE0E6E; Mon, 16 Aug 2021 11:46:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 35D3DE0E6E for ; Mon, 16 Aug 2021 11:46:17 +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 6291D34688E for ; Mon, 16 Aug 2021 11:46:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FC598C2 for ; Mon, 16 Aug 2021 11:46:12 +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: <1629114355.20579e40d467ca554ed6371c1eb5df2bd11de90b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/xlsxwriter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild X-VCS-Directories: dev-python/xlsxwriter/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 20579e40d467ca554ed6371c1eb5df2bd11de90b X-VCS-Branch: master Date: Mon, 16 Aug 2021 11:46:12 +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: e97b1931-60b2-470a-9312-6fb5a54c01c4 X-Archives-Hash: 634aeab999d86f8c57d2f9dc15bed3b6 commit: 20579e40d467ca554ed6371c1eb5df2bd11de90b Author: Marek Szuba gentoo org> AuthorDate: Mon Aug 16 08:39:18 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Aug 16 11:45:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20579e40 dev-python/xlsxwriter: keyword 3.0.1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild b/dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild index 318bdbb268d..777447aecc7 100644 --- a/dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild +++ b/dev-python/xlsxwriter/xlsxwriter-3.0.1.ebuild @@ -17,6 +17,6 @@ S=${WORKDIR}/${MY_P} SLOT="0" LICENSE="BSD" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" distutils_enable_tests pytest