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 C565C139694 for ; Sun, 11 Jun 2017 13:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8A13E07D3; Sun, 11 Jun 2017 13:16:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A3F2FE07D3 for ; Sun, 11 Jun 2017 13:16:41 +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 838B9341938 for ; Sun, 11 Jun 2017 13:16:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE95324A2 for ; Sun, 11 Jun 2017 13:16:38 +0000 (UTC) From: "Mike Gilbert" 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 Gilbert" Message-ID: <1497186961.a43e53ed9f144d4c00f5473e0a0f428ee19ee293.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-1.9.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: a43e53ed9f144d4c00f5473e0a0f428ee19ee293 X-VCS-Branch: master Date: Sun, 11 Jun 2017 13:16:38 +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: 26c74598-a1d6-43dd-a978-f903158b312d X-Archives-Hash: 8720b3d9f8d57bf7ed61e69e6e49576d commit: a43e53ed9f144d4c00f5473e0a0f428ee19ee293 Author: Mike Gilbert gentoo org> AuthorDate: Sun Jun 11 13:16:01 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jun 11 13:16:01 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a43e53ed dev-python/cryptography: depend on OpenSSL EC support Bug: https://bugs.gentoo.org/621480 Package-Manager: Portage-2.3.6_p7, Repoman-2.3.2_p75 dev-python/cryptography/cryptography-1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-1.9.ebuild b/dev-python/cryptography/cryptography-1.9.ebuild index 17e385311d5..2286dcdfad7 100644 --- a/dev-python/cryptography/cryptography-1.9.ebuild +++ b/dev-python/cryptography/cryptography-1.9.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~x86" IUSE="libressl test" RDEPEND=" - !libressl? ( >=dev-libs/openssl-1.0.2:0= ) + !libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-)] ) libressl? ( dev-libs/libressl ) $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy{,3})