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, 18 Nov 2017 06:54:03
Message-Id: 1510988019.df95a2ed24a7e0f7f6f1653f698947e3177dcefd.prometheanfire@gentoo
1 commit: df95a2ed24a7e0f7f6f1653f698947e3177dcefd
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 18 06:53:39 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 18 06:53:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df95a2ed
7
8 dev-python/cryptography: fix openssl dep for 1.1.0g-r1 and above
9
10 Package-Manager: Portage-2.3.14, Repoman-2.3.6
11
12 dev-python/cryptography/cryptography-2.1.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/cryptography/cryptography-2.1.3.ebuild b/dev-python/cryptography/cryptography-2.1.3.ebuild
16 index 70a0e57999b..ab61cfd8311 100644
17 --- a/dev-python/cryptography/cryptography-2.1.3.ebuild
18 +++ b/dev-python/cryptography/cryptography-2.1.3.ebuild
19 @@ -20,7 +20,7 @@ IUSE="libressl test"
20 RDEPEND="
21 !libressl? ( dev-libs/openssl:0= ( || ( dev-libs/openssl:0[-bindist(-)]
22 =dev-libs/openssl-1.0.2l-r1:0
23 - =dev-libs/openssl-1.1.0f-r1:0 ) ) )
24 + >=dev-libs/openssl-1.1.0g-r1:0 ) ) )
25 libressl? ( dev-libs/libressl )
26 $(python_gen_cond_dep '>=dev-python/cffi-1.7:=[${PYTHON_USEDEP}]' 'python*')
27 $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 pypy{,3})