Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/check-manifest/
Date: Sat, 25 Apr 2020 00:45:14
Message-Id: 1587775500.a52e3f3a2491f989cd7f4d8a457cebe46c425d01.Alessandro-Barbieri@gentoo
1 commit: a52e3f3a2491f989cd7f4d8a457cebe46c425d01
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 25 00:45:00 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 25 00:45:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a52e3f3a
7
8 dev-python/check-manifest: SETUPTOOLS rdepend
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/check-manifest/check-manifest-0.41.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/check-manifest/check-manifest-0.41.ebuild b/dev-python/check-manifest/check-manifest-0.41.ebuild
17 index 6747474..84306ae 100644
18 --- a/dev-python/check-manifest/check-manifest-0.41.ebuild
19 +++ b/dev-python/check-manifest/check-manifest-0.41.ebuild
20 @@ -4,7 +4,7 @@
21 EAPI="7"
22
23 PYTHON_COMPAT=( python3_{6,7} )
24 -#DISTUTILS_USE_SETUPTOOLS=rdepend
25 +DISTUTILS_USE_SETUPTOOLS=rdepend
26
27 inherit distutils-r1