summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sabyenc/sabyenc-7.0.2.ebuild')
-rw-r--r--dev-python/sabyenc/sabyenc-7.0.2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/sabyenc/sabyenc-7.0.2.ebuild b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
index 2eabc28e67d4..ae97ca71bd87 100644
--- a/dev-python/sabyenc/sabyenc-7.0.2.ebuild
+++ b/dev-python/sabyenc/sabyenc-7.0.2.ebuild
@@ -3,9 +3,12 @@
EAPI=8
+DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
+
inherit distutils-r1
+
MY_PN="sabctools"
MY_P="${MY_PN}-${PV}"