Skip to content

Commit

Permalink
dev-python/josepy: block all old versions of acme
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
vapier committed Jan 29, 2018
1 parent ca0e8fc commit 8a7a624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-python/josepy/josepy-1.0.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 8a7a624

Please sign in to comment.