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 46D9C1395E2 for ; Wed, 23 Nov 2016 11:46:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F424E0B7A; Wed, 23 Nov 2016 11:46:46 +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 7465CE0B7A for ; Wed, 23 Nov 2016 11:46:46 +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 5118A34104D for ; Wed, 23 Nov 2016 11:46:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53249498 for ; Wed, 23 Nov 2016 11:46:43 +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: <1479901577.988cd8378ba120bfde442781a27ad60b5d16bcd5.haubi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/getopt/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/getopt/getopt-1.1.6.ebuild X-VCS-Directories: app-misc/getopt/ X-VCS-Committer: haubi X-VCS-Committer-Name: Michael Haubenwallner X-VCS-Revision: 988cd8378ba120bfde442781a27ad60b5d16bcd5 X-VCS-Branch: master Date: Wed, 23 Nov 2016 11:46:43 +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: 4cf6785e-d01d-41c2-88b4-4b976cad09ba X-Archives-Hash: 3aa8966f69967a0814c072e99646461f commit: 988cd8378ba120bfde442781a27ad60b5d16bcd5 Author: Michael Haubenwallner gentoo org> AuthorDate: Wed Nov 23 11:46:17 2016 +0000 Commit: Michael Haubenwallner gentoo org> CommitDate: Wed Nov 23 11:46:17 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=988cd837 app-misc/getopt: keyword ~x64-cygwin Package-Manager: portage-2.2.28 app-misc/getopt/getopt-1.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/getopt/getopt-1.1.6.ebuild b/app-misc/getopt/getopt-1.1.6.ebuild index 5242426..2123409 100644 --- a/app-misc/getopt/getopt-1.1.6.ebuild +++ b/app-misc/getopt/getopt-1.1.6.ebuild @@ -12,7 +12,7 @@ SRC_URI="http://frodo.looijaard.name/system/files/software/getopt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~ppc-aix ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="nls" RDEPEND="nls? ( virtual/libintl )"