diff options
author | 2023-08-19 18:20:42 -0400 | |
---|---|---|
committer | 2023-08-19 18:40:33 -0400 | |
commit | ff099bbf517fb5ed6aff6331740587c6f33e4096 (patch) | |
tree | 9b5530e6ba960d9d23c5bbf1f3d53c747ed17322 /app-crypt | |
parent | app-crypt/hashcat: sync live (diff) | |
download | gentoo-ff099bbf517fb5ed6aff6331740587c6f33e4096.tar.gz gentoo-ff099bbf517fb5ed6aff6331740587c6f33e4096.tar.bz2 gentoo-ff099bbf517fb5ed6aff6331740587c6f33e4096.zip |
app-crypt/johntheripper: move deps around
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild b/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild index 6a6fca918868..c9ec0d145876 100644 --- a/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit cuda flag-o-matic toolchain-funcs @@ -19,9 +19,9 @@ KEYWORDS="~alpha amd64 arm ~hppa ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-lin CPU_FLAGS="cpu_flags_x86_mmx cpu_flags_x86_sse2 cpu_flags_x86_avx cpu_flags_x86_xop" IUSE="custom-cflags openmp ${CPU_FLAGS}" -RDEPEND="sys-libs/zlib +DEPEND="sys-libs/zlib virtual/libcrypt:=" -DEPEND="${RDEPEND} +RDEPEND="${DEPEND} !app-crypt/johntheripper-jumbo" S="${WORKDIR}/${MY_P}" |