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 DE4B6139345 for ; Thu, 1 Jul 2021 14:06:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F9FFE0871; Thu, 1 Jul 2021 14:06:38 +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 077ECE0871 for ; Thu, 1 Jul 2021 14:06:38 +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 EC592340988 for ; Thu, 1 Jul 2021 14:06:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 050467C4 for ; Thu, 1 Jul 2021 14:06:34 +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: <1625148339.a281a314134f89dc75f1bb964c75d281ea03002b.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/testtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/testtools/testtools-2.4.0-r1.ebuild X-VCS-Directories: dev-python/testtools/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a281a314134f89dc75f1bb964c75d281ea03002b X-VCS-Branch: master Date: Thu, 1 Jul 2021 14:06:34 +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: d8997cc7-2b3f-492c-8e8c-a9b4a2e9c12e X-Archives-Hash: 6a5fb03f1ebc7dc9768bda74f3a3b18c commit: a281a314134f89dc75f1bb964c75d281ea03002b Author: Marek Szuba gentoo org> AuthorDate: Thu Jul 1 12:17:17 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Jul 1 14:05:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a281a314 dev-python/testtools: keyword 2.4.0-r1 for ~riscv Signed-off-by: Marek Szuba gentoo.org> dev-python/testtools/testtools-2.4.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/testtools/testtools-2.4.0-r1.ebuild b/dev-python/testtools/testtools-2.4.0-r1.ebuild index 9bf6119906e..7ac7bd38f4e 100644 --- a/dev-python/testtools/testtools-2.4.0-r1.ebuild +++ b/dev-python/testtools/testtools-2.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) +PYTHON_COMPAT=( python3_{8..9} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" RDEPEND=" >=dev-python/extras-1.0.0[${PYTHON_USEDEP}]