commit: 3518102c11a6bfa080f029e7b4f9d4468053f144 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sat Apr 2 23:13:24 2016 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sat Apr 2 23:15:26 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3518102c
app-arch/unzip: add cygwin support #469174 app-arch/unzip/unzip-6.0-r3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-arch/unzip/unzip-6.0-r3.ebuild b/app-arch/unzip/unzip-6.0-r3.ebuild index a1ea761..3a1d001 100644 --- a/app-arch/unzip/unzip-6.0-r3.ebuild +++ b/app-arch/unzip/unzip-6.0-r3.ebuild @@ -51,6 +51,7 @@ src_compile() { i?86*-dragonfly*) TARGET=freebsd ;; # mislabelled bsd with x86 asm *bsd* | *dragonfly*) TARGET=bsd ;; *-darwin*) TARGET=macosx ;; + *-cygwin*) TARGET=cygwin ;; *) die "Unknown target, you suck" ;; esac