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).
This commit is contained in:
Mike Frysinger
2018-01-29 01:46:39 -05:00
parent ca0e8fc2f5
commit 8a7a624ff5

View 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"