summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Baude <ranger@gentoo.org>2010-10-14 19:33:50 +0000
committerBrent Baude <ranger@gentoo.org>2010-10-14 19:33:50 +0000
commit2a8702f719f53e9994aeea6ae9fbd9cfdb706c9c (patch)
tree302bd9428c488e0c4de58fa0b2773312ce6e9af1 /dev-perl/Text-CSV
parentMarking SQL-Abstract-1.68 ~ppc for bug 337974 (diff)
downloadgentoo-2-2a8702f719f53e9994aeea6ae9fbd9cfdb706c9c.tar.gz
gentoo-2-2a8702f719f53e9994aeea6ae9fbd9cfdb706c9c.tar.bz2
gentoo-2-2a8702f719f53e9994aeea6ae9fbd9cfdb706c9c.zip
Marking Text-CSV-1.19 ~ppc for bug 340891
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r--dev-perl/Text-CSV/ChangeLog5
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.19.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index 56bb549f22a0..dc26daf3a538 100644
--- a/dev-perl/Text-CSV/ChangeLog
+++ b/dev-perl/Text-CSV/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-CSV
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.30 2010/10/05 16:23:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.31 2010/10/14 19:33:50 ranger Exp $
+
+ 14 Oct 2010; Brent Baude <ranger@gentoo.org> Text-CSV-1.19.ebuild:
+ Marking Text-CSV-1.19 ~ppc for bug 340891
*Text-CSV-1.19 (05 Oct 2010)
diff --git a/dev-perl/Text-CSV/Text-CSV-1.19.ebuild b/dev-perl/Text-CSV/Text-CSV-1.19.ebuild
index 966914751e70..25c4d81181ce 100644
--- a/dev-perl/Text-CSV/Text-CSV-1.19.ebuild
+++ b/dev-perl/Text-CSV/Text-CSV-1.19.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.19.ebuild,v 1.1 2010/10/05 16:23:59 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.19.ebuild,v 1.2 2010/10/14 19:33:50 ranger Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Manipulate comma-separated value strings"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="test"
RDEPEND=""