commit: dedf252e8637bfeaae30b25ec06aab11643acccf
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 01:24:37 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> 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 <bman <AT> 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