commit: 8a7a624ff5697b2e7ab15c27faa6ca238dfb355a
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 29 06:46:39 2018 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Mon Jan 29 08:41:00 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7a624f
dev-python/josepy: block all old versions of acme
Since these both install /usr/bin/jws, making the blocker conditional
upon the python versions doesn't make sense, so always block it. This
also fixes upgrades when older acme was built against different python
versions (and thus the blocker wouldn't activate).
dev-python/josepy/josepy-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/josepy/josepy-1.0.1.ebuild
b/dev-python/josepy/josepy-1.0.1.ebuild
index 3cfd2a6f2aa..11712885f36 100644
--- a/dev-python/josepy/josepy-1.0.1.ebuild
+++ b/dev-python/josepy/josepy-1.0.1.ebuild
@@ -22,4 +22,4 @@ DEPEND="
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
"
RDEPEND="${DEPEND}
- !<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}]"
+ !<=app-crypt/acme-0.20.0"