dev-python/cryptography: restablize for arches I have access to
authorMatthew Thode <prometheanfire@gentoo.org>
Sat, 31 Mar 2018 18:50:26 +0000 (13:50 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Sat, 31 Mar 2018 18:58:10 +0000 (13:58 -0500)
Package-Manager: Portage-2.3.27, Repoman-2.3.9

dev-python/cryptography/cryptography-2.1.4.ebuild

index 312a95c25ec582eef52fd2eb26e39ccd0daece2f..293255548bcc0f6f9d002c79e82a60dadfacdd3e 100644 (file)
@@ -14,13 +14,23 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="|| ( Apache-2.0 BSD )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="libressl test"
 
+# the openssl 1.0.2l-r1 needs to be updated again :(
+# It'd theb be able to go into the || section again
+#=dev-libs/openssl-1.0.2l-r1:0
+# the following is the original section, disallowing bindist entirely
+#!libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-)] )
 RDEPEND="
-       !libressl? ( dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)]
-                                                                               =dev-libs/openssl-1.0.2l-r1:0
-                                                                               >=dev-libs/openssl-1.1.0g-r1:0 ) ) )
+       !libressl? (
+               dev-libs/openssl:0= (
+                       || (
+                               dev-libs/openssl:0[-bindist(-)]
+                               >=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})