projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb9bf4
)
dev-python/cryptography: Fix the version dep for openssl
author
Luca Barbato
<lu_zero@gentoo.org>
Sun, 26 Feb 2017 16:55:01 +0000
(16:55 +0000)
committer
Luca Barbato
<lu_zero@gentoo.org>
Sun, 26 Feb 2017 16:55:01 +0000
(16:55 +0000)
openssl-0.9 does not work.
Package-Manager: portage-2.3.3
dev-python/cryptography/cryptography-1.7.2.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/cryptography/cryptography-1.7.2.ebuild
b/dev-python/cryptography/cryptography-1.7.2.ebuild
index 85f516caaf193b8e5d09b7e60ce9b17d88d1886e..9822b332b56c6d8c10be56d321339097cd5ef9c7 100644
(file)
--- a/
dev-python/cryptography/cryptography-1.7.2.ebuild
+++ b/
dev-python/cryptography/cryptography-1.7.2.ebuild
@@
-19,7
+19,7
@@
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
IUSE="libressl test"
RDEPEND="
- !libressl? (
dev-libs/openssl
:0= )
+ !libressl? (
>=dev-libs/openssl-1.0.2
:0= )
libressl? ( dev-libs/libressl )
$(python_gen_cond_dep '>=dev-python/cffi-1.4.1:=[${PYTHON_USEDEP}]' 'python*')
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy{,3})