diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-30 08:35:35 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-30 12:32:45 +0200 |
commit | fb75adeebde24c4ff6e75fdada349d78c0c16335 (patch) | |
tree | 4c1a7dfe10b7c50d1f010771364b0c726e496a36 /dev-python | |
parent | profiles: Mask USE=libressl for stable packages (diff) | |
download | gentoo-fb75adeebde24c4ff6e75fdada349d78c0c16335.tar.gz gentoo-fb75adeebde24c4ff6e75fdada349d78c0c16335.tar.bz2 gentoo-fb75adeebde24c4ff6e75fdada349d78c0c16335.zip |
dev-python/cryptography: Add back libressl support
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cryptography/cryptography-1.0.2.ebuild | 5 |
1 files 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 6bc770ee9e5a..e7979826cb92 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}] |