app-crypt/johntheripper: eapi bump
authorroot <alonbl@gentoo.org>
Sun, 23 Sep 2018 12:05:58 +0000 (15:05 +0300)
committerAlon Bar-Lev <alonbl@gentoo.org>
Thu, 27 Sep 2018 23:51:31 +0000 (02:51 +0300)
Package-Manager: Portage-2.3.49, Repoman-2.3.10

app-crypt/johntheripper/johntheripper-1.7.9-r11.ebuild

index b4d60a13decb51f147f23c9ff4c253304d28b6be..b8eed231b1b64eee5cbd9b8d6b3d950d9b7f14a2 100644 (file)
@@ -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}"