commit: 7948d51de8ac5bdb214aea067e72f355ecd1175d
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 2 22:36:15 2020 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Dec 2 23:12:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7948d51d
dev-python/ctypescrypto: add py3_{8,9}
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/ctypescrypto/ctypescrypto-0.5.ebuild | 3 ++-
dev-python/ctypescrypto/ctypescrypto-9999.ebuild | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-python/ctypescrypto/ctypescrypto-0.5.ebuild
b/dev-python/ctypescrypto/ctypescrypto-0.5.ebuild
index 26427d4300e..96f10907bc1 100644
--- a/dev-python/ctypescrypto/ctypescrypto-0.5.ebuild
+++ b/dev-python/ctypescrypto/ctypescrypto-0.5.ebuild
@@ -4,7 +4,8 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..7} )
+
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
diff --git a/dev-python/ctypescrypto/ctypescrypto-9999.ebuild
b/dev-python/ctypescrypto/ctypescrypto-9999.ebuild
index 1defb39689e..96f10907bc1 100644
--- a/dev-python/ctypescrypto/ctypescrypto-9999.ebuild
+++ b/dev-python/ctypescrypto/ctypescrypto-9999.ebuild
@@ -4,7 +4,8 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..8} )
+
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1