dev-python/cryptography: Drop libressl support as it breaks stabilization
authorJustin Lecher <jlec@gentoo.org>
Tue, 29 Sep 2015 09:54:24 +0000 (11:54 +0200)
committerJustin Lecher <jlec@gentoo.org>
Tue, 29 Sep 2015 09:57:08 +0000 (11:57 +0200)
Package-Manager: portage-2.2.22
Signed-off-by: Justin Lecher <jlec@gentoo.org>
dev-python/cryptography/cryptography-1.0.2.ebuild

index 6677f41f03fc7ca0e41d185d5989051b42710a43..c068f26032334129e3d771d26220929ee50f7130 100644 (file)
@@ -16,11 +16,10 @@ 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="libressl test"
+IUSE="test"
 
 RDEPEND="
-       !libressl? ( dev-libs/openssl:0 )
-       libressl? ( dev-libs/libressl )
+        dev-libs/openssl:0
        $(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}]