diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-04-04 23:58:02 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-04-04 23:58:02 -0500 |
commit | 0b97957e4bd178f53ae812fcf4fef83a3a0760bc (patch) | |
tree | 49973909e5852ed45b5078854129f89df709f5c1 /app-crypt/certbot-nginx/certbot-nginx-9999.ebuild | |
parent | app-crypt/certbot-apache: 0.23.0 bup (diff) | |
download | gentoo-0b97957e4bd178f53ae812fcf4fef83a3a0760bc.tar.gz gentoo-0b97957e4bd178f53ae812fcf4fef83a3a0760bc.tar.bz2 gentoo-0b97957e4bd178f53ae812fcf4fef83a3a0760bc.zip |
app-crypt/certbot-nginx: 0.23.0 bup
Package-Manager: Portage-2.3.27, Repoman-2.3.9
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}] |