commit: 8b2ea449d21136b293e89110e3d5f9492ce7c57c Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Sep 29 09:54:24 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Sep 29 09:57:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b2ea449
dev-python/cryptography: Drop libressl support as it breaks stabilization Package-Manager: portage-2.2.22 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/cryptography/cryptography-1.0.2.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dev-python/cryptography/cryptography-1.0.2.ebuild b/dev-python/cryptography/cryptography-1.0.2.ebuild index 6677f41..c068f26 100644 --- a/dev-python/cryptography/cryptography-1.0.2.ebuild +++ b/dev-python/cryptography/cryptography-1.0.2.ebuild @@ -16,11 +16,10 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" KEYWORDS="alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="libressl test" +IUSE="test" RDEPEND=" - !libressl? ( dev-libs/openssl:0 ) - libressl? ( dev-libs/libressl ) + dev-libs/openssl:0 $(python_gen_cond_dep '>=dev-python/cffi-1.1.0:=[${PYTHON_USEDEP}]' 'python*') $(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' python2_7 python3_3 pypy) >=dev-python/idna-2.0[${PYTHON_USEDEP}]