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 8C07A1396D9 for ; Sat, 18 Nov 2017 06:54:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97285E0C11; Sat, 18 Nov 2017 06:54:01 +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 73950E0C11 for ; Sat, 18 Nov 2017 06:54:01 +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 4068133BF51 for ; Sat, 18 Nov 2017 06:54:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF53B9EB5 for ; Sat, 18 Nov 2017 06:53:58 +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: <1510988019.df95a2ed24a7e0f7f6f1653f698947e3177dcefd.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cryptography/cryptography-2.1.3.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: df95a2ed24a7e0f7f6f1653f698947e3177dcefd X-VCS-Branch: master Date: Sat, 18 Nov 2017 06:53:58 +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: 4770e354-09ef-4574-b1d2-bc3e69d11594 X-Archives-Hash: ad48e59f5cc8727f64f8dd0fa059f659 commit: df95a2ed24a7e0f7f6f1653f698947e3177dcefd Author: Matthew Thode gentoo org> AuthorDate: Sat Nov 18 06:53:39 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Nov 18 06:53:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df95a2ed dev-python/cryptography: fix openssl dep for 1.1.0g-r1 and above Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-python/cryptography/cryptography-2.1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cryptography/cryptography-2.1.3.ebuild b/dev-python/cryptography/cryptography-2.1.3.ebuild index 70a0e57999b..ab61cfd8311 100644 --- a/dev-python/cryptography/cryptography-2.1.3.ebuild +++ b/dev-python/cryptography/cryptography-2.1.3.ebuild @@ -20,7 +20,7 @@ IUSE="libressl test" RDEPEND=" !libressl? ( dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)] =dev-libs/openssl-1.0.2l-r1:0 - =dev-libs/openssl-1.1.0f-r1:0 ) ) ) + >=dev-libs/openssl-1.1.0g-r1:0 ) ) ) 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 pypy{,3})