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 B71C61382C5 for ; Tue, 22 Jun 2021 19:21:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A842CE0831; Tue, 22 Jun 2021 19:21:53 +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 91786E0831 for ; Tue, 22 Jun 2021 19:21:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B8A6633D3C1 for ; Tue, 22 Jun 2021 19:21:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4485878A for ; Tue, 22 Jun 2021 19:21:50 +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: <1624389700.efd07d546fcde21803e255c7f53a5037f51a3e00.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pykwalify/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pykwalify/pykwalify-1.8.0.ebuild X-VCS-Directories: dev-python/pykwalify/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: efd07d546fcde21803e255c7f53a5037f51a3e00 X-VCS-Branch: master Date: Tue, 22 Jun 2021 19:21:50 +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: d63cb4e3-da98-494c-9d20-341ec94cc6e9 X-Archives-Hash: a92bec7252b447d10609f7dd9307e5a1 commit: efd07d546fcde21803e255c7f53a5037f51a3e00 Author: Marek Szuba gentoo org> AuthorDate: Tue Jun 22 19:21:18 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Tue Jun 22 19:21:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd07d54 dev-python/pykwalify: keyword 1.8.0 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/pykwalify/pykwalify-1.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pykwalify/pykwalify-1.8.0.ebuild b/dev-python/pykwalify/pykwalify-1.8.0.ebuild index db0d16f28cf..b7c0eb7967c 100644 --- a/dev-python/pykwalify/pykwalify-1.8.0.ebuild +++ b/dev-python/pykwalify/pykwalify-1.8.0.ebuild @@ -4,7 +4,7 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ~arm ~arm64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux" RDEPEND=" >=dev-python/docopt-0.6.2[${PYTHON_USEDEP}]