diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 10:09:13 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-12-27 10:11:43 +0100 |
commit | a1e6bfcfc4fe84f4fdbcf1dc9a6cd0c205bc8857 (patch) | |
tree | 9709d1c4d663b69b0d69b143927c8e6a0ee43b89 /app-arch | |
parent | dev-python/docker-py: Remove old (diff) | |
download | gentoo-a1e6bfcfc4fe84f4fdbcf1dc9a6cd0c205bc8857.tar.gz gentoo-a1e6bfcfc4fe84f4fdbcf1dc9a6cd0c205bc8857.tar.bz2 gentoo-a1e6bfcfc4fe84f4fdbcf1dc9a6cd0c205bc8857.zip |
app-arch/unzip: drop code for dead/removed targets
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unzip/unzip-6.0_p25-r1.ebuild | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app-arch/unzip/unzip-6.0_p25-r1.ebuild b/app-arch/unzip/unzip-6.0_p25-r1.ebuild index 00eab5316b70..686a13f3f854 100644 --- a/app-arch/unzip/unzip-6.0_p25-r1.ebuild +++ b/app-arch/unzip/unzip-6.0_p25-r1.ebuild @@ -65,9 +65,6 @@ src_configure() { *bsd* | *dragonfly*) TARGET="bsd" ;; *-darwin*) TARGET="macosx" ;; *-solaris*) TARGET="generic" ;; - *-aix*) TARGET="gcc"; append-cppflags "-DNO_LCHMOD"; append-ldflags "-Wl,-blibpath:${EPREFIX}/usr/$(get_libdir)" ;; - *-hpux*) TARGET="gcc"; append-ldflags "-Wl,+b,${EPREFIX}/usr/$(get_libdir)" ;; - *-mint*) TARGET="generic" ;; *-cygwin*) TARGET="generic" ;; *) die "Unknown target; please update the ebuild to handle ${CHOST} " ;; esac |