Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
Date: Sat, 31 Mar 2018 18:58:25
Message-Id: 1522522690.bdd3e66dc99358614524fd6ef499bd26f76f2413.prometheanfire@gentoo
1 commit: bdd3e66dc99358614524fd6ef499bd26f76f2413
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 31 18:50:26 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 31 18:58:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdd3e66d
7
8 dev-python/cryptography: restablize for arches I have access to
9
10 Package-Manager: Portage-2.3.27, Repoman-2.3.9
11
12 dev-python/cryptography/cryptography-2.1.4.ebuild | 18 ++++++++++++++----
13 1 file changed, 14 insertions(+), 4 deletions(-)
14
15 diff --git a/dev-python/cryptography/cryptography-2.1.4.ebuild b/dev-python/cryptography/cryptography-2.1.4.ebuild
16 index 312a95c25ec..293255548bc 100644
17 --- a/dev-python/cryptography/cryptography-2.1.4.ebuild
18 +++ b/dev-python/cryptography/cryptography-2.1.4.ebuild
19 @@ -14,13 +14,23 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
20
21 LICENSE="|| ( Apache-2.0 BSD )"
22 SLOT="0"
23 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x64-solaris"
24 +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~x64-solaris"
25 IUSE="libressl test"
26
27 +# the openssl 1.0.2l-r1 needs to be updated again :(
28 +# It'd theb be able to go into the || section again
29 +#=dev-libs/openssl-1.0.2l-r1:0
30 +# the following is the original section, disallowing bindist entirely
31 +#!libressl? ( >=dev-libs/openssl-1.0.2:0=[-bindist(-)] )
32 RDEPEND="
33 - !libressl? ( dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)]
34 - =dev-libs/openssl-1.0.2l-r1:0
35 - >=dev-libs/openssl-1.1.0g-r1:0 ) ) )
36 + !libressl? (
37 + dev-libs/openssl:0= (
38 + || (
39 + dev-libs/openssl:0[-bindist(-)]
40 + >=dev-libs/openssl-1.1.0g-r1:0
41 + )
42 + )
43 + )
44 libressl? ( dev-libs/libressl )
45 $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*')
46 $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})