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 C6CE4139694 for ; Wed, 15 Mar 2017 17:35:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28440E0C56; Wed, 15 Mar 2017 17:35:30 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 05DAEE0C56 for ; Wed, 15 Mar 2017 17:35:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E442A34108B for ; Wed, 15 Mar 2017 17:35:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 186D06946 for ; Wed, 15 Mar 2017 17:35:27 +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: <1489599305.604db7ca9a65127cf46c89eac031a29a3d7e76e9.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/gengetopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/gengetopt/gengetopt-2.22.6.ebuild X-VCS-Directories: dev-util/gengetopt/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 604db7ca9a65127cf46c89eac031a29a3d7e76e9 X-VCS-Branch: master Date: Wed, 15 Mar 2017 17:35:27 +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: 2e2c23e8-2cd5-4d09-91e7-ef4ac12b08c7 X-Archives-Hash: 6f0d8758682fdc55d63d2b5a2b2908aa commit: 604db7ca9a65127cf46c89eac031a29a3d7e76e9 Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Mar 15 17:35:05 2017 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Mar 15 17:35:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=604db7ca dev-util/gengetopt: add some prefix keywords Package-Manager: portage-2.3.3 dev-util/gengetopt/gengetopt-2.22.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/gengetopt/gengetopt-2.22.6.ebuild b/dev-util/gengetopt/gengetopt-2.22.6.ebuild index 42baab7891b..575be2a3df8 100644 --- a/dev-util/gengetopt/gengetopt-2.22.6.ebuild +++ b/dev-util/gengetopt/gengetopt-2.22.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris" src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch