diff options
author | Sam James <sam@gentoo.org> | 2023-05-29 18:26:55 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:18:37 +0100 |
commit | f9070294fb313a63b7e34963cb356847d09f7143 (patch) | |
tree | ebb2b76554a783abc57c5d930b02833b4530970c /app-arch/unzip | |
parent | app-arch/lha: drop dead prefix targets (diff) | |
download | gentoo-f9070294fb313a63b7e34963cb356847d09f7143.tar.gz gentoo-f9070294fb313a63b7e34963cb356847d09f7143.tar.bz2 gentoo-f9070294fb313a63b7e34963cb356847d09f7143.zip |
app-arch/unzip: drop dead prefix targets
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/unzip-6.0_p27-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app-arch/unzip/unzip-6.0_p27-r1.ebuild b/app-arch/unzip/unzip-6.0_p27-r1.ebuild index 62711959b557..c2354e7edc67 100644 --- a/app-arch/unzip/unzip-6.0_p27-r1.ebuild +++ b/app-arch/unzip/unzip-6.0_p27-r1.ebuild @@ -64,13 +64,9 @@ src_configure() { case ${CHOST} in i?86*-*linux*) TARGET="linux_asm" ;; *linux*) TARGET="linux_noasm" ;; - i?86*-*bsd* | \ - i?86*-dragonfly*) TARGET="freebsd" ;; # mislabelled bsd with x86 asm - *bsd* | *dragonfly*) TARGET="bsd" ;; *-darwin*) TARGET="macosx" ;; *-solaris*) TARGET="generic" ;; - *-cygwin*) TARGET="generic" ;; - *) die "Unknown target; please update the ebuild to handle ${CHOST} " ;; + *) die "Unknown target; please update the ebuild to handle ${CHOST}" ;; esac # Needed for Clang 16 |