From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1015334-garchives=archives.gentoo.org@lists.gentoo.org> 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 800921382C5 for <garchives@archives.gentoo.org>; Thu, 5 Apr 2018 18:29:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C254E0960; Thu, 5 Apr 2018 18:29:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 55737E095C for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 18:29:20 +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 5C0B2335C5A for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 18:29:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70A2F286 for <gentoo-commits@lists.gentoo.org>; Thu, 5 Apr 2018 18:29:15 +0000 (UTC) From: "Thomas Deutschmann" <whissi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" <whissi@gentoo.org> Message-ID: <1522952928.d5873302e7a4554f93cdea14a15f331f4f74f9d1.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Config-Grammar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild X-VCS-Directories: dev-perl/Config-Grammar/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: d5873302e7a4554f93cdea14a15f331f4f74f9d1 X-VCS-Branch: master Date: Thu, 5 Apr 2018 18:29:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ab0c71ef-1853-4249-ab94-0304117a59d8 X-Archives-Hash: eb79a4b1453eefa2d2143816754307ba commit: d5873302e7a4554f93cdea14a15f331f4f74f9d1 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Thu Apr 5 18:21:34 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Thu Apr 5 18:28:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5873302 dev-perl/Config-Grammar: x86 stable (bug #652556) Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild index 1b04c912e0c..c98ca708f96 100644 --- a/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild +++ b/dev-perl/Config-Grammar/Config-Grammar-1.120.0.ebuild @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="A grammar-based, user-friendly config parser" SLOT="0" -KEYWORDS="amd64 ~hppa ~sparc ~x86" +KEYWORDS="amd64 ~hppa ~sparc x86" IUSE="test" RDEPEND=""