From 07260e22b49d6b06c79e997223f45a92a839fb30 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Thu, 25 Jan 2018 18:45:22 -0600 Subject: [PATCH] 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 115d502f9d0cd..b66ff9faa8182 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}]