diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-01 16:34:56 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-10-01 16:35:10 -0500 |
commit | 46a6bafd7b06bdcf179f1a2ec5cf5411fe88f54c (patch) | |
tree | 9a697a774fb2ce086dad397fb59b7f5b2e7118ee /app-crypt | |
parent | app-crypt/certbot-apache: switch to using DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-46a6bafd7b06bdcf179f1a2ec5cf5411fe88f54c.tar.gz gentoo-46a6bafd7b06bdcf179f1a2ec5cf5411fe88f54c.tar.bz2 gentoo-46a6bafd7b06bdcf179f1a2ec5cf5411fe88f54c.zip |
app-crypt/acme: switch to DISTUTILS_USE_SETUPTOOLS=rdepend
closes: https://bugs.gentoo.org/745849
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/acme/acme-1.7.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/acme/acme-1.8.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/acme/acme-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/acme/acme-1.7.0.ebuild b/app-crypt/acme/acme-1.7.0.ebuild index 6b82a2abd3c2..da638d5ba966 100644 --- a/app-crypt/acme/acme-1.7.0.ebuild +++ b/app-crypt/acme/acme-1.7.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=(python{3_6,3_7,3_8}) +DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" @@ -46,7 +47,6 @@ DEPEND=" dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ) - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " src_compile() { diff --git a/app-crypt/acme/acme-1.8.0.ebuild b/app-crypt/acme/acme-1.8.0.ebuild index a3d394a31a62..9c58fbb71ad7 100644 --- a/app-crypt/acme/acme-1.8.0.ebuild +++ b/app-crypt/acme/acme-1.8.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=(python{3_6,3_7,3_8}) +DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" @@ -46,7 +47,6 @@ DEPEND=" dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ) - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " src_compile() { diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index a3d394a31a62..9c58fbb71ad7 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=(python{3_6,3_7,3_8}) +DISTUTILS_USE_SETUPTOOLS=rdepend if [[ ${PV} == 9999* ]]; then EGIT_REPO_URI="https://github.com/certbot/certbot.git" @@ -46,7 +47,6 @@ DEPEND=" dev-python/pytest[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ) - >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] " src_compile() { |