diff options
author | Sam James <sam@gentoo.org> | 2023-05-27 17:56:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:18:38 +0100 |
commit | 3a5f40b182a25978255e6e9f6bdaf1cc2c89c8ea (patch) | |
tree | 52eb7b8d04f6edcfdee640bc67aa77466aa7a780 /app-crypt/johntheripper | |
parent | app-arch/unzip: drop dead prefix targets (diff) | |
download | gentoo-3a5f40b182a25978255e6e9f6bdaf1cc2c89c8ea.tar.gz gentoo-3a5f40b182a25978255e6e9f6bdaf1cc2c89c8ea.tar.bz2 gentoo-3a5f40b182a25978255e6e9f6bdaf1cc2c89c8ea.zip |
app-crypt/johntheripper: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/johntheripper')
-rw-r--r-- | app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild | 4 |
1 files changed, 1 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 1d4e84fe706c..6a6fca918868 100644 --- a/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild +++ b/app-crypt/johntheripper/johntheripper-1.8.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -59,8 +59,6 @@ get_target() { echo "macosx-ppc32-altivec" elif use x64-macos; then echo "macosx-x86-64" - elif use x86-solaris; then - echo "solaris-x86-any" else echo "generic" fi |