commit: 07260e22b49d6b06c79e997223f45a92a839fb30 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Jan 26 00:45:22 2018 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Jan 26 00:46:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07260e22
dev-python/josepy: block on earlier versions of acme Closes: https://bugs.gentoo.org/642954 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/josepy/josepy-1.0.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/josepy/josepy-1.0.1.ebuild b/dev-python/josepy/josepy-1.0.1.ebuild index 115d502f9d0..b66ff9faa81 100644 --- a/dev-python/josepy/josepy-1.0.1.ebuild +++ b/dev-python/josepy/josepy-1.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -16,6 +16,7 @@ KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="" DEPEND=" + !<=app-crypt/acme-0.20.0[${PYTHON_USEDEP}] >=dev-python/setuptools-1.0[${PYTHON_USEDEP}] >=dev-python/cryptography-0.8[${PYTHON_USEDEP}] >=dev-python/pyopenssl-0.13[${PYTHON_USEDEP}]
