From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1547723-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B946915801B for <garchives@archives.gentoo.org>; Sat, 19 Aug 2023 22:40:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C06F72BC020; Sat, 19 Aug 2023 22:40:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A85CE2BC020 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 22:40:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BD5C33411C5 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 22:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A1191031 for <gentoo-commits@lists.gentoo.org>; Sat, 19 Aug 2023 22:40:43 +0000 (UTC) From: "Rick Farina" <zerochaos@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" <zerochaos@gentoo.org> Message-ID: <1692484833.ff099bbf517fb5ed6aff6331740587c6f33e4096.zerochaos@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.8.0-r1.ebuild X-VCS-Directories: app-crypt/johntheripper/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: ff099bbf517fb5ed6aff6331740587c6f33e4096 X-VCS-Branch: master Date: Sat, 19 Aug 2023 22:40:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e688b98a-4746-47f2-b505-3414e5cee1b3 X-Archives-Hash: 7c3ca884eca277a4f00d6d6fda60eea3 commit: ff099bbf517fb5ed6aff6331740587c6f33e4096 Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Sat Aug 19 22:20:42 2023 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Sat Aug 19 22:40:33 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff099bbf app-crypt/johntheripper: move deps around Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild | 6 +++--- 1 file 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}"