diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-12 12:43:29 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-07-12 12:43:53 -0500 |
commit | 0cb196bb118a4958a86d78604341e104389b2b9c (patch) | |
tree | 1121cdf223b4d938a3f7126430f0d00f9afb24b4 | |
parent | app-crypt/certbot-nginx: 0.26.0 bup (diff) | |
download | gentoo-0cb196bb118a4958a86d78604341e104389b2b9c.tar.gz gentoo-0cb196bb118a4958a86d78604341e104389b2b9c.tar.bz2 gentoo-0cb196bb118a4958a86d78604341e104389b2b9c.zip |
app-crypt/certbot: fixing acme dep
Package-Manager: Portage-2.3.40, Repoman-2.3.9
-rw-r--r-- | app-crypt/certbot/certbot-0.26.0.ebuild | 2 | ||||
-rw-r--r-- | app-crypt/certbot/certbot-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/certbot/certbot-0.26.0.ebuild b/app-crypt/certbot/certbot-0.26.0.ebuild index cf9f45f6fe8d..021424b910a3 100644 --- a/app-crypt/certbot/certbot-0.26.0.ebuild +++ b/app-crypt/certbot/certbot-0.26.0.ebuild @@ -24,7 +24,7 @@ IUSE="test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - >app-crypt/acme-0.24.0[${PYTHON_USEDEP}] + >app-crypt/acme-0.25.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-1.2[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index cf9f45f6fe8d..021424b910a3 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -24,7 +24,7 @@ IUSE="test" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - >app-crypt/acme-0.24.0[${PYTHON_USEDEP}] + >app-crypt/acme-0.25.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-1.2[${PYTHON_USEDEP}] |