commit:     d4cb39912b1c9fb8e7a38edfcd15a46970f11f38
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 23:15:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 23:15:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4cb3991

app-crypt/acme: fix pyopenssl dep

This leads to confusing portage output because blockers shouldn't be used
unless there's a file collision. Just >=dep on the latest stable pyopenssl
instead to keep it simple.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-crypt/acme/{acme-2.5.0.ebuild => acme-2.5.0-r1.ebuild} | 6 +++---
 app-crypt/acme/acme-9999.ebuild                            | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-crypt/acme/acme-2.5.0.ebuild 
b/app-crypt/acme/acme-2.5.0-r1.ebuild
similarity index 89%
rename from app-crypt/acme/acme-2.5.0.ebuild
rename to app-crypt/acme/acme-2.5.0-r1.ebuild
index b43f2920af36..37d481febf30 100644
--- a/app-crypt/acme/acme-2.5.0.ebuild
+++ b/app-crypt/acme/acme-2.5.0-r1.ebuild
@@ -43,13 +43,13 @@ BDEPEND="
                dev-python/typing-extensions[${PYTHON_USEDEP}]
        )
 "
-
+# The requirement is really 17.5.0 but easier to require latest stable >= 
23.1.1
+# to avoid broken 23.1.0.
 RDEPEND="
        dev-python/chardet[${PYTHON_USEDEP}]
        >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
        >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-       >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
-       !~dev-python/pyopenssl-23.1.0[${PYTHON_USEDEP}]
+       >=dev-python/pyopenssl-23.1.1[${PYTHON_USEDEP}]
        dev-python/pyrfc3339[${PYTHON_USEDEP}]
        >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
        >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]

diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild
index b43f2920af36..37d481febf30 100644
--- a/app-crypt/acme/acme-9999.ebuild
+++ b/app-crypt/acme/acme-9999.ebuild
@@ -43,13 +43,13 @@ BDEPEND="
                dev-python/typing-extensions[${PYTHON_USEDEP}]
        )
 "
-
+# The requirement is really 17.5.0 but easier to require latest stable >= 
23.1.1
+# to avoid broken 23.1.0.
 RDEPEND="
        dev-python/chardet[${PYTHON_USEDEP}]
        >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
        >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-       >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
-       !~dev-python/pyopenssl-23.1.0[${PYTHON_USEDEP}]
+       >=dev-python/pyopenssl-23.1.1[${PYTHON_USEDEP}]
        dev-python/pyrfc3339[${PYTHON_USEDEP}]
        >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
        >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]

Reply via email to