From f75d11e7b907039f5e3391e162f2ea1f714b8992 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 7 Jan 2021 09:11:12 +0100 Subject: app-crypt/johntheripper: drop handling for x86-macos Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Fabian Groffen --- app-crypt/johntheripper/johntheripper-1.8.0.ebuild | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'app-crypt') diff --git a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild index aa12fcaa1a5d..cd23cb4e246e 100644 --- a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -56,12 +56,8 @@ get_target() { fi elif use ppc-macos; then echo "macosx-ppc32-altivec" - elif use x86-macos; then - if use cpu_flags_x86_sse2; then - echo "macosx-x86-sse2" - else - echo "macosx-x86" - fi + elif use x64-macos; then + echo "macosx-x86-64" elif use x86-solaris; then echo "solaris-x86-any" elif use x86-fbsd; then -- cgit v1.2.3-65-gdbad