Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/
Date: Fri, 03 Jun 2016 11:03:52
Message-Id: 1464951936.f96e8a6179b60e178a285748cf8b116c0285d26e.blueness@gentoo
1 commit: f96e8a6179b60e178a285748cf8b116c0285d26e
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jun 3 11:05:21 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 3 11:05:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96e8a61
7
8 app-crypt/johntheripper: add libressl support
9
10 Package-Manager: portage-2.2.28
11
12 app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild | 9 ++++++---
13 1 file changed, 6 insertions(+), 3 deletions(-)
14
15 diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild
16 index b455023..071fe1a 100644
17 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild
18 +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -21,7 +21,7 @@ LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos"
28 #Remove AltiVec USE flag. Appears to be an upstream issue.
29 -IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mozilla mpi opencl openmp cpu_flags_x86_sse2"
30 +IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx libressl mozilla mpi opencl openmp cpu_flags_x86_sse2"
31 REQUIRED_USE="openmp? ( !minimal )
32 mpi? ( !minimal )
33 cuda? ( !minimal )
34 @@ -29,7 +29,10 @@ REQUIRED_USE="openmp? ( !minimal )
35 mozilla? ( !minimal )"
36
37 DEPEND="sys-libs/zlib
38 - !minimal? ( >=dev-libs/openssl-0.9.7:0 )
39 + !minimal? (
40 + !libressl? ( dev-libs/openssl:0= )
41 + libressl? ( dev-libs/libressl:0= )
42 + )
43 mpi? ( virtual/mpi )
44 cuda? ( x11-drivers/nvidia-drivers
45 dev-util/nvidia-cuda-toolkit:= )