From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id A2C0F13829C for ; Fri, 3 Jun 2016 11:03:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00F7025404A; Fri, 3 Jun 2016 11:03:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9FCC925404A for ; Fri, 3 Jun 2016 11:03:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 758E3340B77 for ; Fri, 3 Jun 2016 11:03:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1BE5971 for ; Fri, 3 Jun 2016 11:03:43 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1464951936.f96e8a6179b60e178a285748cf8b116c0285d26e.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild X-VCS-Directories: app-crypt/johntheripper/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: f96e8a6179b60e178a285748cf8b116c0285d26e X-VCS-Branch: master Date: Fri, 3 Jun 2016 11:03:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b8f1f8a6-688d-4359-8613-3ef01d464c65 X-Archives-Hash: b0e1b4e6a42e4661f22e23a8ada160d7 commit: f96e8a6179b60e178a285748cf8b116c0285d26e Author: Anthony G. Basile gentoo org> AuthorDate: Fri Jun 3 11:05:21 2016 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Jun 3 11:05:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96e8a61 app-crypt/johntheripper: add libressl support Package-Manager: portage-2.2.28 app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild index b455023..071fe1a 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -21,7 +21,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos" #Remove AltiVec USE flag. Appears to be an upstream issue. -IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx mozilla mpi opencl openmp cpu_flags_x86_sse2" +IUSE="cuda custom-cflags -minimal cpu_flags_x86_mmx libressl mozilla mpi opencl openmp cpu_flags_x86_sse2" REQUIRED_USE="openmp? ( !minimal ) mpi? ( !minimal ) cuda? ( !minimal ) @@ -29,7 +29,10 @@ REQUIRED_USE="openmp? ( !minimal ) mozilla? ( !minimal )" DEPEND="sys-libs/zlib - !minimal? ( >=dev-libs/openssl-0.9.7:0 ) + !minimal? ( + !libressl? ( dev-libs/openssl:0= ) + libressl? ( dev-libs/libressl:0= ) + ) mpi? ( virtual/mpi ) cuda? ( x11-drivers/nvidia-drivers dev-util/nvidia-cuda-toolkit:= )