From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 218ED138262 for ; Thu, 19 May 2016 13:22:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18BEDE086F; Thu, 19 May 2016 13:22:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F128E086F for ; Thu, 19 May 2016 13:22:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0590E340D57 for ; Thu, 19 May 2016 13:22:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD8FD973 for ; Thu, 19 May 2016 13:22:34 +0000 (UTC) From: "Michael Haubenwallner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Haubenwallner" Message-ID: <1463664142.7981c98bd9a1b55a1fe2272ae7b52b93e4bef971.haubi@gentoo> Subject: [gentoo-commits] repo/proj/prefix:master commit in: app-arch/unzip/ X-VCS-Repository: repo/proj/prefix X-VCS-Files: app-arch/unzip/unzip-6.0-r3.ebuild X-VCS-Directories: app-arch/unzip/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 7981c98bd9a1b55a1fe2272ae7b52b93e4bef971 X-VCS-Branch: master Date: Thu, 19 May 2016 13:22:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2fa18ea1-8150-475c-be4b-a1d549b53488 X-Archives-Hash: f87c84f17c702f1a24fa99dc8ecf2f5e commit: 7981c98bd9a1b55a1fe2272ae7b52b93e4bef971 Author: Michael Haubenwallner ssi-schaefer com> AuthorDate: Thu May 19 13:21:58 2016 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Thu May 19 13:22:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=7981c98b app-arch/unzip: for Cygwin use generic target Package-Manager: portage-2.2.28-prefix 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 3677a01..d56ae6c 100644 --- a/app-arch/unzip/unzip-6.0-r3.ebuild +++ b/app-arch/unzip/unzip-6.0-r3.ebuild @@ -60,6 +60,7 @@ src_compile() { *-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, you suck" ;; esac