Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/unzip/
Date: Sat, 26 Dec 2020 19:50:19
Message-Id: 1609012205.b094bfc649e74c75851cf6a7c8c15fa0e2093837.sam@gentoo
1 commit: b094bfc649e74c75851cf6a7c8c15fa0e2093837
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 13 12:00:06 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 26 19:50:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b094bfc6
7
8 app-arch/unzip: sync with ::prefix
9
10 Package-Manager: Portage-3.0.12-prefix, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 app-arch/unzip/unzip-6.0_p25-r1.ebuild | 8 ++++++--
14 1 file changed, 6 insertions(+), 2 deletions(-)
15
16 diff --git a/app-arch/unzip/unzip-6.0_p25-r1.ebuild b/app-arch/unzip/unzip-6.0_p25-r1.ebuild
17 index 14c6c97da95..2fbfb7602a2 100644
18 --- a/app-arch/unzip/unzip-6.0_p25-r1.ebuild
19 +++ b/app-arch/unzip/unzip-6.0_p25-r1.ebuild
20 @@ -16,7 +16,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.tar.gz
21
22 LICENSE="Info-ZIP"
23 SLOT="0"
24 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x86-linux"
25 +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"
26 IUSE="bzip2 natspec unicode"
27
28 DEPEND="bzip2? ( app-arch/bzip2 )
29 @@ -64,7 +64,11 @@ src_configure() {
30 i?86*-dragonfly*) TARGET="freebsd" ;; # mislabelled bsd with x86 asm
31 *bsd* | *dragonfly*) TARGET="bsd" ;;
32 *-darwin*) TARGET="macosx" ;;
33 - *-cygwin*) TARGET="cygwin" ;;
34 + *-solaris*) TARGET="generic" ;;
35 + *-aix*) TARGET="gcc"; append-cppflags "-DNO_LCHMOD"; append-ldflags "-Wl,-blibpath:${EPREFIX}/usr/$(get_libdir)" ;;
36 + *-hpux*) TARGET="gcc"; append-ldflags "-Wl,+b,${EPREFIX}/usr/$(get_libdir)" ;;
37 + *-mint*) TARGET="generic" ;;
38 + *-cygwin*) TARGET="generic" ;;
39 *) die "Unknown target; please update the ebuild to handle ${CHOST} " ;;
40 esac