diff options
Diffstat (limited to 'app-arch/unzip')
-rw-r--r-- | app-arch/unzip/Manifest | 2 | ||||
-rw-r--r-- | app-arch/unzip/unzip-6.0_p27-r1.ebuild | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/app-arch/unzip/Manifest b/app-arch/unzip/Manifest index e9b77428ee41..46100bfa5009 100644 --- a/app-arch/unzip/Manifest +++ b/app-arch/unzip/Manifest @@ -4,5 +4,5 @@ AUX unzip-6.0-natspec.patch 14304 BLAKE2B 87f724fcdb0960bfa17d609dbb764f3469b1dd AUX unzip-6.0-no-exec-stack.patch 381 BLAKE2B c298afe0df1c903c0894bf55e55b3f4f0d616662e3fa706bcb9813707af3f2bfebff1a2b4290d943718ca35aa2ce098f20b5d370a624c1a16b81d4e921a3bdeb SHA512 a00ba3c805aa64bebeb3194cd75093c1e7c951366d40bba4852837dcb355eedf1ca6a6e648ea007fcb71124e778e54b5168a7b38a7b7268bc3983d87594633a5 DIST unzip60.tar.gz 1376845 BLAKE2B 5016d300b4452018a391f4ebc03c6960c068df400a0407c0c60bd7bb5ec5012031f916d8b204a6149ba291c2c35beba40d9b43c76fc093026e79471329ab0e47 SHA512 0694e403ebc57b37218e00ec1a406cae5cc9c5b52b6798e0d4590840b6cdbf9ddc0d9471f67af783e960f8fa2e620394d51384257dca23d06bcd90224a80ce5d DIST unzip_6.0-27.debian.tar.xz 24980 BLAKE2B e53a96f12af0cf5227600c73a35003484fca5de138cd37991eb1eb25b97b80371c3a566d989feeb04deb1a93acd9444253b091cd7e920b23520c87c5f5a94eeb SHA512 e1e605f023c7b314a6c5b2857a3bd630350df2d7e4bf6bb38ab8594f967336384666b4db8afad931251b85261ee4e2c38d78641c74ac7e5fd02523f26e92ddb2 -EBUILD unzip-6.0_p27-r1.ebuild 2829 BLAKE2B 176a1bac7bdb681c5c9d4b4f856abb4351c600ffd3b7d2c856a2fd9baeb253d4945847729d2640192a21c1351f51a4c6234c4815d545e90da33fbfbd39556ff5 SHA512 ed657e9c6089d19ec62eb6a67fb965f5ce6bf5bd411bb1b46f6d8189582ec993a2cec575562ad87416484218b04bb4ddb475e873b69034f15717352a7b50dd36 +EBUILD unzip-6.0_p27-r1.ebuild 2654 BLAKE2B 2ba470b4e87254c1768169f905bfb13b3fd632d86f83f5883af16ec9afd488389288c04e26e862d94b08d75d62082b27ccaa1b45ffc98d8d92312b346f7190c8 SHA512 97de2cf90d4a3bacda27622364f2ec8c603d76330fdbac584c64970f477d43626874b00429f0b5b91b53c407c03b12b30077b474c996d3792b24e106b3d769d3 MISC metadata.xml 587 BLAKE2B c2190274c146c5587ac7d6adf786fd98db897aa5a62433afdde4953d3a7ae4a6022837ee6b06f3e216633f5710ab89cccd2000504481094b5871b79300424957 SHA512 75b014ae98951f4484eaa909af92eac9ee955bf5f4ba6795a4bb40a5e40036ba4909a42471ccd2916dd4c9a33a500054590faec39faf9d4049f9c74201884c56 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 |