diff options
Diffstat (limited to 'app-crypt/certbot-nginx/certbot-nginx-9999.ebuild')
-rw-r--r-- | app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild index d267c60f7750..dd9e6e8b4372 100644 --- a/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild +++ b/app-crypt/certbot-nginx/certbot-nginx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -23,10 +23,10 @@ LICENSE="Apache-2.0" SLOT="0" IUSE="" -CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" +CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="${CDEPEND} - ~app-crypt/certbot-${PV}[${PYTHON_USEDEP}] - ~app-crypt/acme-${PV}[${PYTHON_USEDEP}] + >=app-crypt/certbot-0.21.1[${PYTHON_USEDEP}] + >=app-crypt/acme-0.21.1[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] >=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}] |