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 75DCB13835C for ; Thu, 3 Dec 2020 01:35:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8589AE089A; Thu, 3 Dec 2020 01:35:55 +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 703A5E089A for ; Thu, 3 Dec 2020 01:35:55 +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 92B8334120F for ; Thu, 3 Dec 2020 01:35:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16610477 for ; Thu, 3 Dec 2020 01:35:52 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606959346.dedf252e8637bfeaae30b25ec06aab11643acccf.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/rnc2rng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/rnc2rng/rnc2rng-2.6.4.ebuild X-VCS-Directories: app-text/rnc2rng/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: dedf252e8637bfeaae30b25ec06aab11643acccf X-VCS-Branch: master Date: Thu, 3 Dec 2020 01:35:52 +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: 3247251a-5493-40a5-b5f7-b201423d5ff6 X-Archives-Hash: 8c8d192dac53b01b7b7cbac9a1390921 commit: dedf252e8637bfeaae30b25ec06aab11643acccf Author: Aaron Bauman gentoo org> AuthorDate: Thu Dec 3 01:24:37 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Thu Dec 3 01:35:46 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dedf252e app-text/rnc2rng: add py3_{8,9} Signed-off-by: Aaron Bauman gentoo.org> app-text/rnc2rng/rnc2rng-2.6.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-text/rnc2rng/rnc2rng-2.6.4.ebuild b/app-text/rnc2rng/rnc2rng-2.6.4.ebuild index 034398c5e38..0566e66856d 100644 --- a/app-text/rnc2rng/rnc2rng-2.6.4.ebuild +++ b/app-text/rnc2rng/rnc2rng-2.6.4.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) + +PYTHON_COMPAT=( python3_{6..9} ) + DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1