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 2D0C71382C5 for ; Mon, 29 Jan 2018 08:41:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60972E0E42; Mon, 29 Jan 2018 08:41:12 +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 3C2C4E0E42 for ; Mon, 29 Jan 2018 08:41:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 EEAE8335CCD for ; Mon, 29 Jan 2018 08:41:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1BDC01A4 for ; Mon, 29 Jan 2018 08:41:09 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1517215260.8a7a624ff5697b2e7ab15c27faa6ca238dfb355a.vapier@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: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: 8a7a624ff5697b2e7ab15c27faa6ca238dfb355a X-VCS-Branch: master Date: Mon, 29 Jan 2018 08:41:09 +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: 88a86fe1-2cfb-4619-bd0c-a35badfaecc7 X-Archives-Hash: e6a9dfcf944d280be979ce9ad1b911a4 commit: 8a7a624ff5697b2e7ab15c27faa6ca238dfb355a Author: Mike Frysinger gentoo org> AuthorDate: Mon Jan 29 06:46:39 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Jan 29 08:41:00 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a7a624f 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). dev-python/josepy/josepy-1.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/josepy/josepy-1.0.1.ebuild b/dev-python/josepy/josepy-1.0.1.ebuild index 3cfd2a6f2aa..11712885f36 100644 --- a/dev-python/josepy/josepy-1.0.1.ebuild +++ b/dev-python/josepy/josepy-1.0.1.ebuild @@ -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"