commit: 0cb196bb118a4958a86d78604341e104389b2b9c
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 12 17:43:29 2018 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Jul 12 17:43:53 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cb196bb
app-crypt/certbot: fixing acme dep
Package-Manager: Portage-2.3.40, Repoman-2.3.9
app-crypt/certbot/certbot-0.26.0.ebuild | 2 +-
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 cf9f45f6fe8..021424b910a 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 cf9f45f6fe8..021424b910a 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}]