diff options
author | 2020-12-13 12:00:06 +0000 | |
---|---|---|
committer | 2020-12-26 19:50:05 +0000 | |
commit | b094bfc649e74c75851cf6a7c8c15fa0e2093837 (patch) | |
tree | e64f160c2ced69022799197c7632744551f08475 /app-arch | |
parent | dev-util/ccls: Drop old versions (diff) | |
download | gentoo-b094bfc649e74c75851cf6a7c8c15fa0e2093837.tar.gz gentoo-b094bfc649e74c75851cf6a7c8c15fa0e2093837.tar.bz2 gentoo-b094bfc649e74c75851cf6a7c8c15fa0e2093837.zip |
app-arch/unzip: sync with ::prefix
Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/unzip/unzip-6.0_p25-r1.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/app-arch/unzip/unzip-6.0_p25-r1.ebuild b/app-arch/unzip/unzip-6.0_p25-r1.ebuild index 14c6c97da95d..2fbfb7602a24 100644 --- a/app-arch/unzip/unzip-6.0_p25-r1.ebuild +++ b/app-arch/unzip/unzip-6.0_p25-r1.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="bzip2 natspec unicode" DEPEND="bzip2? ( app-arch/bzip2 ) @@ -64,7 +64,11 @@ src_configure() { i?86*-dragonfly*) TARGET="freebsd" ;; # mislabelled bsd with x86 asm *bsd* | *dragonfly*) TARGET="bsd" ;; *-darwin*) TARGET="macosx" ;; - *-cygwin*) TARGET="cygwin" ;; + *-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 |