From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 355F8138334 for ; Mon, 9 Jul 2018 14:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12A66E086B; Mon, 9 Jul 2018 14:35:13 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8A60E086B for ; Mon, 9 Jul 2018 14:35:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 150E2335C7F for ; Mon, 9 Jul 2018 14:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16E93355 for ; Mon, 9 Jul 2018 14:35:09 +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: <1531146892.3e39c5d3bd45fb7af576b66d1195e1e41c32b30f.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/zip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/zip/zip-3.0-r3.ebuild X-VCS-Directories: app-arch/zip/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 3e39c5d3bd45fb7af576b66d1195e1e41c32b30f X-VCS-Branch: master Date: Mon, 9 Jul 2018 14:35:09 +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: 7fa3bfe2-f120-4958-8e94-88ebd1a37694 X-Archives-Hash: cf26d3212350555a1ac9ebc5d9c0170a commit: 3e39c5d3bd45fb7af576b66d1195e1e41c32b30f Author: Michael Haubenwallner gentoo org> AuthorDate: Mon Jul 9 14:32:03 2018 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Mon Jul 9 14:34:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e39c5d3 app-arch/zip: add ~x64-cygwin keyword Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-arch/zip/zip-3.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-arch/zip/zip-3.0-r3.ebuild b/app-arch/zip/zip-3.0-r3.ebuild index 7e58811486e..27cba28e5c9 100644 --- a/app-arch/zip/zip-3.0-r3.ebuild +++ b/app-arch/zip/zip-3.0-r3.ebuild @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/infozip/${MY_P}.zip" LICENSE="Info-ZIP" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~arm-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~arm-linux" IUSE="bzip2 crypt natspec unicode" RDEPEND="bzip2? ( app-arch/bzip2 )