commit: a52e3f3a2491f989cd7f4d8a457cebe46c425d01
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Apr 25 00:45:00 2020 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Apr 25 00:45:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a52e3f3a
dev-python/check-manifest: SETUPTOOLS rdepend
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/check-manifest/check-manifest-0.41.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/check-manifest/check-manifest-0.41.ebuild
b/dev-python/check-manifest/check-manifest-0.41.ebuild
index 6747474..84306ae 100644
--- a/dev-python/check-manifest/check-manifest-0.41.ebuild
+++ b/dev-python/check-manifest/check-manifest-0.41.ebuild
@@ -4,7 +4,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
-#DISTUTILS_USE_SETUPTOOLS=rdepend
+DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1