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/certbot-nginx/
Date: Thu, 01 Oct 2020 21:35:19
Message-Id: 1601588108.09129166282ace2cac4fbec822e21479254abc77.prometheanfire@gentoo
1 commit: 09129166282ace2cac4fbec822e21479254abc77
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 21:31:02 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 21:35:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09129166
7
8 app-crypt/certbot-nginx: add DISTUTILS_USE_SETUPTOOLS=rdepend
9
10 closes: https://bugs.gentoo.org/745858
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/certbot-nginx/certbot-nginx-1.7.0.ebuild | 5 ++---
15 app-crypt/certbot-nginx/certbot-nginx-1.8.0.ebuild | 5 ++---
16 app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 5 ++---
17 3 files changed, 6 insertions(+), 9 deletions(-)
18
19 diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild
20 index 3fd20448a06..51368c8f499 100644
21 --- a/app-crypt/certbot-nginx/certbot-nginx-1.7.0.ebuild
22 +++ b/app-crypt/certbot-nginx/certbot-nginx-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 @@ -23,11 +24,9 @@ LICENSE="Apache-2.0"
32 SLOT="0"
33 IUSE=""
34
35 -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
36 -RDEPEND="${CDEPEND}
37 +RDEPEND="
38 >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}]
39 >=app-crypt/certbot-1.6.0[${PYTHON_USEDEP}]
40 dev-python/pyopenssl[${PYTHON_USEDEP}]
41 >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
42 dev-python/zope-interface[${PYTHON_USEDEP}]"
43 -DEPEND="${CDEPEND}"
44
45 diff --git a/app-crypt/certbot-nginx/certbot-nginx-1.8.0.ebuild b/app-crypt/certbot-nginx/certbot-nginx-1.8.0.ebuild
46 index 1d92bc0c30f..383e16073c6 100644
47 --- a/app-crypt/certbot-nginx/certbot-nginx-1.8.0.ebuild
48 +++ b/app-crypt/certbot-nginx/certbot-nginx-1.8.0.ebuild
49 @@ -3,6 +3,7 @@
50
51 EAPI=7
52 PYTHON_COMPAT=(python{3_6,3_7,3_8})
53 +DISTUTILS_USE_SETUPTOOLS=rdepend
54
55 if [[ ${PV} == 9999* ]]; then
56 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
57 @@ -23,11 +24,9 @@ LICENSE="Apache-2.0"
58 SLOT="0"
59 IUSE=""
60
61 -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
62 -RDEPEND="${CDEPEND}
63 +RDEPEND="
64 >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}]
65 >=app-crypt/certbot-1.6.0[${PYTHON_USEDEP}]
66 dev-python/pyopenssl[${PYTHON_USEDEP}]
67 >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
68 dev-python/zope-interface[${PYTHON_USEDEP}]"
69 -DEPEND="${CDEPEND}"
70
71 diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
72 index 1d92bc0c30f..383e16073c6 100644
73 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
74 +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild
75 @@ -3,6 +3,7 @@
76
77 EAPI=7
78 PYTHON_COMPAT=(python{3_6,3_7,3_8})
79 +DISTUTILS_USE_SETUPTOOLS=rdepend
80
81 if [[ ${PV} == 9999* ]]; then
82 EGIT_REPO_URI="https://github.com/certbot/certbot.git"
83 @@ -23,11 +24,9 @@ LICENSE="Apache-2.0"
84 SLOT="0"
85 IUSE=""
86
87 -CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
88 -RDEPEND="${CDEPEND}
89 +RDEPEND="
90 >=app-crypt/acme-1.4.0[${PYTHON_USEDEP}]
91 >=app-crypt/certbot-1.6.0[${PYTHON_USEDEP}]
92 dev-python/pyopenssl[${PYTHON_USEDEP}]
93 >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}]
94 dev-python/zope-interface[${PYTHON_USEDEP}]"
95 -DEPEND="${CDEPEND}"