commit: 22962d6736a41921a97ab09bbc94360306495844
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 3 01:23:34 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=22962d67
dev-python/duecredit: add py3_{8,9}. Fix DISTUTILS
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/duecredit/duecredit-0.7.0.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/duecredit/duecredit-0.7.0.ebuild
b/dev-python/duecredit/duecredit-0.7.0.ebuild
index 7e4a4de6e9d..dc34504d06e 100644
--- a/dev-python/duecredit/duecredit-0.7.0.ebuild
+++ b/dev-python/duecredit/duecredit-0.7.0.ebuild
@@ -3,7 +3,10 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..9} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
inherit distutils-r1
DESCRIPTION="Publications (and donations) tracer"