Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/johntheripper/
Date: Thu, 07 Jan 2021 08:20:36
Message-Id: 1610007072.f75d11e7b907039f5e3391e162f2ea1f714b8992.grobian@gentoo
1 commit: f75d11e7b907039f5e3391e162f2ea1f714b8992
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 08:11:12 2021 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 08:11:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f75d11e7
7
8 app-crypt/johntheripper: drop handling for x86-macos
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 app-crypt/johntheripper/johntheripper-1.8.0.ebuild | 10 +++-------
14 1 file changed, 3 insertions(+), 7 deletions(-)
15
16 diff --git a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
17 index aa12fcaa1a5..cd23cb4e246 100644
18 --- a/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
19 +++ b/app-crypt/johntheripper/johntheripper-1.8.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -56,12 +56,8 @@ get_target() {
27 fi
28 elif use ppc-macos; then
29 echo "macosx-ppc32-altivec"
30 - elif use x86-macos; then
31 - if use cpu_flags_x86_sse2; then
32 - echo "macosx-x86-sse2"
33 - else
34 - echo "macosx-x86"
35 - fi
36 + elif use x64-macos; then
37 + echo "macosx-x86-64"
38 elif use x86-solaris; then
39 echo "solaris-x86-any"
40 elif use x86-fbsd; then