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 8C363139085 for ; Wed, 28 Dec 2016 21:19:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1DB521C130; Wed, 28 Dec 2016 21:19:35 +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 C5EFF21C130 for ; Wed, 28 Dec 2016 21:19:35 +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 8B868341675 for ; Wed, 28 Dec 2016 21:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 566454A0 for ; Wed, 28 Dec 2016 21:19:31 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1482959964.5f0ae3df3e0ade9ad93c276ee01abf0aa788d12a.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Time-ParseDate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild X-VCS-Directories: dev-perl/Time-ParseDate/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5f0ae3df3e0ade9ad93c276ee01abf0aa788d12a X-VCS-Branch: master Date: Wed, 28 Dec 2016 21:19:31 +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: d622f590-52b5-47bb-9994-a99e52a7ef52 X-Archives-Hash: 0768e83da191ab5c588e948619438729 commit: 5f0ae3df3e0ade9ad93c276ee01abf0aa788d12a Author: Kent Fredric gentoo org> AuthorDate: Wed Dec 28 21:18:24 2016 +0000 Commit: Kent Fredric gentoo org> CommitDate: Wed Dec 28 21:19:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f0ae3df dev-perl/Time-ParseDate: ppc/ppc64/x86 ALLARCHES stable re bug #588030 Additional x86 testing by Myckel Habets Bug: https://bugs.gentoo.org/588030 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild b/dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild index 84a63d5..57d67e7 100644 --- a/dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild +++ b/dev-perl/Time-ParseDate/Time-ParseDate-2015.103.0.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="A Date/Time Parsing Perl Module" LICENSE="Time-modules public-domain" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="test" RDEPEND=""