Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Thu, 01 Oct 2020 21:35:20
Message-Id: 1601588110.46a6bafd7b06bdcf179f1a2ec5cf5411fe88f54c.prometheanfire@gentoo
1 commit: 46a6bafd7b06bdcf179f1a2ec5cf5411fe88f54c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 21:34:56 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 21:35:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46a6bafd
7
8 app-crypt/acme: switch to DISTUTILS_USE_SETUPTOOLS=rdepend
9
10 closes: https://bugs.gentoo.org/745849
11 Package-Manager: Portage-3.0.4, Repoman-3.0.1
12 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
13
14 app-crypt/acme/acme-1.7.0.ebuild | 2 +-
15 app-crypt/acme/acme-1.8.0.ebuild | 2 +-
16 app-crypt/acme/acme-9999.ebuild | 2 +-
17 3 files changed, 3 insertions(+), 3 deletions(-)
18
19 diff --git a/app-crypt/acme/acme-1.7.0.ebuild b/app-crypt/acme/acme-1.7.0.ebuild
20 index 6b82a2abd3c..da638d5ba96 100644
21 --- a/app-crypt/acme/acme-1.7.0.ebuild
22 +++ b/app-crypt/acme/acme-1.7.0.ebuild
23 @@ -3,6 +3,7 @@
24
25 EAPI=7
26 PYTHON_COMPAT=(python{3_6,3_7,3_8})
27 +DISTUTILS_USE_SETUPTOOLS=rdepend
28
29 if [[ ${PV} == 9999* ]]; then
30 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
31 @@ -46,7 +47,6 @@ DEPEND="
32 dev-python/pytest[${PYTHON_USEDEP}]
33 dev-python/pytest-xdist[${PYTHON_USEDEP}]
34 )
35 - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
36 "
37
38 src_compile() {
39
40 diff --git a/app-crypt/acme/acme-1.8.0.ebuild b/app-crypt/acme/acme-1.8.0.ebuild
41 index a3d394a31a6..9c58fbb71ad 100644
42 --- a/app-crypt/acme/acme-1.8.0.ebuild
43 +++ b/app-crypt/acme/acme-1.8.0.ebuild
44 @@ -3,6 +3,7 @@
45
46 EAPI=7
47 PYTHON_COMPAT=(python{3_6,3_7,3_8})
48 +DISTUTILS_USE_SETUPTOOLS=rdepend
49
50 if [[ ${PV} == 9999* ]]; then
51 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
52 @@ -46,7 +47,6 @@ DEPEND="
53 dev-python/pytest[${PYTHON_USEDEP}]
54 dev-python/pytest-xdist[${PYTHON_USEDEP}]
55 )
56 - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
57 "
58
59 src_compile() {
60
61 diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
62 index a3d394a31a6..9c58fbb71ad 100644
63 --- a/app-crypt/acme/acme-9999.ebuild
64 +++ b/app-crypt/acme/acme-9999.ebuild
65 @@ -3,6 +3,7 @@
66
67 EAPI=7
68 PYTHON_COMPAT=(python{3_6,3_7,3_8})
69 +DISTUTILS_USE_SETUPTOOLS=rdepend
70
71 if [[ ${PV} == 9999* ]]; then
72 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
73 @@ -46,7 +47,6 @@ DEPEND="
74 dev-python/pytest[${PYTHON_USEDEP}]
75 dev-python/pytest-xdist[${PYTHON_USEDEP}]
76 )
77 - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}]
78 "
79
80 src_compile() {