Gentoo Archives: gentoo-commits

From: Luca Barbato <lu_zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cryptography/
Date: Sun, 26 Feb 2017 16:55:28
Message-Id: 1488128101.2716df6ec632fb423ae88b839fe9ddde6490b0b8.lu_zero@gentoo
1 commit: 2716df6ec632fb423ae88b839fe9ddde6490b0b8
2 Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 26 16:55:01 2017 +0000
4 Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 26 16:55:01 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2716df6e
7
8 dev-python/cryptography: Fix the version dep for openssl
9
10 openssl-0.9 does not work.
11
12 Package-Manager: portage-2.3.3
13
14 dev-python/cryptography/cryptography-1.7.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/cryptography/cryptography-1.7.2.ebuild b/dev-python/cryptography/cryptography-1.7.2.ebuild
18 index 85f516caaf..9822b332b5 100644
19 --- a/dev-python/cryptography/cryptography-1.7.2.ebuild
20 +++ b/dev-python/cryptography/cryptography-1.7.2.ebuild
21 @@ -19,7 +19,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
22 IUSE="libressl test"
23
24 RDEPEND="
25 - !libressl? ( dev-libs/openssl:0= )
26 + !libressl? ( >=dev-libs/openssl-1.0.2:0= )
27 libressl? ( dev-libs/libressl )
28 $(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 'python*')
29 $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy{,3})