diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-07 09:11:12 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-07 09:11:12 +0100 |
commit | f75d11e7b907039f5e3391e162f2ea1f714b8992 (patch) | |
tree | 80dac57d9ed1778770ad5a0f8be484ab840a6012 /app-crypt/johntheripper | |
parent | app-shells/bash: dropped x86-macos, ppc-aix, m68k-mint, sh (diff) | |
download | gentoo-f75d11e7b907039f5e3391e162f2ea1f714b8992.tar.gz gentoo-f75d11e7b907039f5e3391e162f2ea1f714b8992.tar.bz2 gentoo-f75d11e7b907039f5e3391e162f2ea1f714b8992.zip |
app-crypt/johntheripper: drop handling for x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-crypt/johntheripper')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.8.0.ebuild | 10 |
1 files changed, 3 insertions, 7 deletions
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 |