commit: 252cc3a9cabddf1d50185796b4e60e4de5ba2476 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Wed Dec 11 18:40:25 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Wed Dec 11 18:40:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=252cc3a9
app-crypt/certbot: fix dep on acme Fixes: https://bugs.gentoo.org/702542 Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> app-crypt/certbot/{certbot-1.0.0.ebuild => certbot-1.0.0-r1.ebuild} | 2 +- app-crypt/certbot/certbot-1.0.0.ebuild | 2 +- app-crypt/certbot/certbot-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-crypt/certbot/certbot-1.0.0.ebuild b/app-crypt/certbot/certbot-1.0.0-r1.ebuild similarity index 97% copy from app-crypt/certbot/certbot-1.0.0.ebuild copy to app-crypt/certbot/certbot-1.0.0-r1.ebuild index f7e5d6d043a..37c17aa225d 100644 --- a/app-crypt/certbot/certbot-1.0.0.ebuild +++ b/app-crypt/certbot/certbot-1.0.0-r1.ebuild @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}] + >=app-crypt/acme-0.40.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-1.0.0.ebuild b/app-crypt/certbot/certbot-1.0.0.ebuild index f7e5d6d043a..37c17aa225d 100644 --- a/app-crypt/certbot/certbot-1.0.0.ebuild +++ b/app-crypt/certbot/certbot-1.0.0.ebuild @@ -27,7 +27,7 @@ RESTRICT="!test? ( test )" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}] + >=app-crypt/acme-0.40.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}] diff --git a/app-crypt/certbot/certbot-9999.ebuild b/app-crypt/certbot/certbot-9999.ebuild index 39028621e8f..e59b628d200 100644 --- a/app-crypt/certbot/certbot-9999.ebuild +++ b/app-crypt/certbot/certbot-9999.ebuild @@ -25,7 +25,7 @@ RESTRICT="!test? ( test )" CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND=" ${CDEPEND} - >=app-crypt/acme-0.29.0[${PYTHON_USEDEP}] + >=app-crypt/acme-0.40.0[${PYTHON_USEDEP}] >=dev-python/configargparse-0.9.3[${PYTHON_USEDEP}] dev-python/configobj[${PYTHON_USEDEP}] >=dev-python/cryptography-1.2.3[${PYTHON_USEDEP}]
