app-arch/unzip: drop dead prefix targets

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-05-29 18:26:55 +01:00
parent c6f89c6a49
commit f9070294fb

View File

@@ -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