dev-python/cryptography: depend on OpenSSL EC support
authorMike Gilbert <floppym@gentoo.org>
Sun, 11 Jun 2017 13:16:01 +0000 (09:16 -0400)
committerMike Gilbert <floppym@gentoo.org>
Sun, 11 Jun 2017 13:16:01 +0000 (09:16 -0400)
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

index 17e385311d551261f0d583cf88bd609f3cff319e..2286dcdfad7471d9ffea115572b0ee48a050864d 100644 (file)
@@ -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})