summaryrefslogtreecommitdiff
path: root/app-arch/unzip
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-04-02 19:13:24 -0400
committerMike Frysinger <vapier@gentoo.org>2016-04-02 19:15:26 -0400
commit3518102c11a6bfa080f029e7b4f9d4468053f144 (patch)
treedee22c748bdd5c2603abee413beac1465aa61686 /app-arch/unzip
parent9f5876a8ed23a6d65918ed903b5e8ea90e346424 (diff)
downloadgentoo-3518102c11a6bfa080f029e7b4f9d4468053f144.tar.gz
gentoo-3518102c11a6bfa080f029e7b4f9d4468053f144.tar.xz
app-arch/unzip: add cygwin support #469174
Diffstat (limited to 'app-arch/unzip')
-rw-r--r--app-arch/unzip/unzip-6.0-r3.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-arch/unzip/unzip-6.0-r3.ebuild b/app-arch/unzip/unzip-6.0-r3.ebuild
index a1ea7610bec..3a1d0019394 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