dev-python/josepy: block all old versions of acme
authorMike Frysinger <vapier@gentoo.org>
Mon, 29 Jan 2018 06:46:39 +0000 (01:46 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 29 Jan 2018 08:41:00 +0000 (03:41 -0500)
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

index 3cfd2a6f2aac3ea21398bd545ea0b09cbd31dc70..11712885f363fd8166ab67b3b0694258e829f74f 100644 (file)
@@ -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"