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 810ED1382FE for ; Fri, 8 Jul 2016 21:07:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A657E21C07C; Fri, 8 Jul 2016 21:07:07 +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 3D2CD21C07C for ; Fri, 8 Jul 2016 21:07:07 +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 4F137340ECA for ; Fri, 8 Jul 2016 21:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAF792098 for ; Fri, 8 Jul 2016 21:07:00 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1468011993.496a94ace06e50751c57ea92fc4484077465a477.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-CSV/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild X-VCS-Directories: dev-perl/Text-CSV/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 496a94ace06e50751c57ea92fc4484077465a477 X-VCS-Branch: master Date: Fri, 8 Jul 2016 21:07:00 +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: 775d7bdd-0715-4a1d-b83d-62ee745d6f97 X-Archives-Hash: 868df8021c419c178d2abf75726c2c18 commit: 496a94ace06e50751c57ea92fc4484077465a477 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 8 21:06:33 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Jul 8 21:06:33 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496a94ac dev-perl/Text-CSV: Retroactively stable for remaining arches (ALLARCHES), bug 585610 Package-Manager: portage-2.3.0 dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild index 83a7b25..d337e9d 100644 --- a/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild +++ b/dev-perl/Text-CSV/Text-CSV-1.330.0.ebuild @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Manipulate comma-separated value strings" SLOT="0" -KEYWORDS="alpha ~amd64 arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86" IUSE="test" RDEPEND=""