dev-python/cryptography: fix openssl dep for 1.1.0g-r1 and above
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 18 Nov 2017 06:53:39 +0000 (00:53 -0600)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 18 Nov 2017 06:53:39 +0000 (00:53 -0600)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

dev-python/cryptography/cryptography-2.1.3.ebuild

index 70a0e57999bc07b4888ecc1812265afe2500da5e..ab61cfd83112989619fec71a9389e5921a0f6f61 100644 (file)
@@ -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})