commit: 23b4571f5b31c5fe1a2f5181e2cc4163cdcf697b Author: Kyle Elbert <kcelbert <AT> gmail <DOT> com> AuthorDate: Tue May 28 09:58:53 2024 +0000 Commit: Kyle Elbert <kcelbert <AT> gmail <DOT> com> CommitDate: Tue May 28 10:06:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23b4571f
app-crypt/certbot-dns-cloudflare: 2.10.0, block incompatible cloudflare 3 Signed-off-by: Kyle Elbert <kcelbert <AT> gmail.com> app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.10.0.ebuild | 4 +++- ...cloudflare-2.9.0.ebuild => certbot-dns-cloudflare-2.9.0-r1.ebuild} | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.10.0.ebuild b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.10.0.ebuild index b9f05da82..d87767c36 100644 --- a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.10.0.ebuild +++ b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.10.0.ebuild @@ -26,11 +26,13 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" -RDEPEND=" +RDEPEND="${CDEPEND} >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}] >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] dev-python/dns-lexicon[${PYTHON_USEDEP}] + !>=dev-python/cloudflare-2.21[${PYTHON_USEDEP}] dev-python/cloudflare[${PYTHON_USEDEP}]" +BDEPEND="test? ( ${RDEPEND} )" distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx-rtd-theme diff --git a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.9.0.ebuild b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.9.0-r1.ebuild similarity index 91% rename from app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.9.0.ebuild rename to app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.9.0-r1.ebuild index b9f05da82..d87767c36 100644 --- a/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.9.0.ebuild +++ b/app-crypt/certbot-dns-cloudflare/certbot-dns-cloudflare-2.9.0-r1.ebuild @@ -26,11 +26,13 @@ HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" LICENSE="Apache-2.0" SLOT="0" -RDEPEND=" +RDEPEND="${CDEPEND} >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}] >=app-crypt/acme-${PV}[${PYTHON_USEDEP}] dev-python/zope-interface[${PYTHON_USEDEP}] dev-python/dns-lexicon[${PYTHON_USEDEP}] + !>=dev-python/cloudflare-2.21[${PYTHON_USEDEP}] dev-python/cloudflare[${PYTHON_USEDEP}]" +BDEPEND="test? ( ${RDEPEND} )" distutils_enable_tests pytest distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
