From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8657E1382C5 for ; Fri, 26 Jan 2018 00:47:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9074E091C; Fri, 26 Jan 2018 00:47:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 921E2E091C for ; Fri, 26 Jan 2018 00:47:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CBBF335C09 for ; Fri, 26 Jan 2018 00:47:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2A7BE1C5 for ; Fri, 26 Jan 2018 00:47:03 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1516927611.07260e22b49d6b06c79e997223f45a92a839fb30.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/josepy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/josepy/josepy-1.0.1.ebuild X-VCS-Directories: dev-python/josepy/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 07260e22b49d6b06c79e997223f45a92a839fb30 X-VCS-Branch: master Date: Fri, 26 Jan 2018 00:47:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 20193bf2-c3ec-4157-9217-9b43e5dd0dca X-Archives-Hash: 3f48ada248f8c19f46e304434d8bee5f commit: 07260e22b49d6b06c79e997223f45a92a839fb30 Author: Matthew Thode gentoo org> AuthorDate: Fri Jan 26 00:45:22 2018 +0000 Commit: Matt Thode gentoo 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}]