diff options
author | root <alonbl@gentoo.org> | 2018-09-23 15:05:58 +0300 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2018-09-28 02:51:31 +0300 |
commit | f38417696d7651244bb0ec4fd787a3e539cfc204 (patch) | |
tree | 04c531874103d67410b030851384960789d049a8 /app-crypt/johntheripper | |
parent | app-crypt/hmaccalc: eapi bump (diff) | |
download | gentoo-f38417696d7651244bb0ec4fd787a3e539cfc204.tar.gz gentoo-f38417696d7651244bb0ec4fd787a3e539cfc204.tar.bz2 gentoo-f38417696d7651244bb0ec4fd787a3e539cfc204.zip |
app-crypt/johntheripper: eapi bump
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'app-crypt/johntheripper')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild b/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild index b4d60a13decb..b8eed231b1b6 100644 --- a/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 inherit cuda eutils flag-o-matic toolchain-funcs pax-utils multilib @@ -27,7 +27,7 @@ REQUIRED_USE="openmp? ( !minimal ) opencl? ( !minimal ) mozilla? ( !minimal )" -DEPEND="sys-libs/zlib +RDEPEND="sys-libs/zlib !minimal? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) @@ -37,7 +37,7 @@ DEPEND="sys-libs/zlib dev-util/nvidia-cuda-toolkit:= ) opencl? ( virtual/opencl ) mozilla? ( dev-libs/nss dev-libs/nspr )" -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND}" S="${WORKDIR}/${MY_P}" |