From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 41C9B13838B for ; Wed, 30 Sep 2015 10:33:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0037521C051; Wed, 30 Sep 2015 10:33:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2D3B21C051 for ; Wed, 30 Sep 2015 10:33:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDA6F340F85 for ; Wed, 30 Sep 2015 10:33:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 889A6235 for ; Wed, 30 Sep 2015 10:32:55 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1443609165.fb75adeebde24c4ff6e75fdada349d78c0c16335.jlec@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.0.2.ebuild X-VCS-Directories: dev-python/cryptography/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: fb75adeebde24c4ff6e75fdada349d78c0c16335 X-VCS-Branch: master Date: Wed, 30 Sep 2015 10:32:55 +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: 56e39a5d-2359-4746-9054-ccbf2ac8d5f8 X-Archives-Hash: 854ba0b0812848126ee9435ff55f7842 commit: fb75adeebde24c4ff6e75fdada349d78c0c16335 Author: Justin Lecher gentoo org> AuthorDate: Wed Sep 30 06:35:35 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Sep 30 10:32:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb75adee dev-python/cryptography: Add back libressl support Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher gentoo.org> dev-python/cryptography/cryptography-1.0.2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild b/dev-python/cryptography/cryptography-1.0.2.ebuild index 6bc770e..e797982 100644 --- a/dev-python/cryptography/cryptography-1.0.2.ebuild +++ b/dev-python/cryptography/cryptography-1.0.2.ebuild @@ -16,10 +16,11 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" KEYWORDS="alpha amd64 ~arm hppa ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="test" +IUSE="libressl test" RDEPEND=" - dev-libs/openssl:0 + !libressl? ( dev-libs/openssl:0 ) + libressl? ( dev-libs/libressl ) $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy) >=dev-python/idna-2.0[${PYTHON_USEDEP}]