summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-10-23 08:49:46 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-10-23 08:49:46 +0000
commit80ba3a1edf69478afca6c4ccc527fdb028ec4f5d (patch)
treea213bb0ff015e5a1e055fd7c2b55cdb3f7d03586 /dev-perl
parentppc64 stable wrt #336806 (diff)
downloadgentoo-2-80ba3a1edf69478afca6c4ccc527fdb028ec4f5d.tar.gz
gentoo-2-80ba3a1edf69478afca6c4ccc527fdb028ec4f5d.tar.bz2
gentoo-2-80ba3a1edf69478afca6c4ccc527fdb028ec4f5d.zip
Keyword ~ppc64 wrt #340891
(Portage version: 2.2_rc99/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-CSV/ChangeLog5
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.20.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index f4a7b1abd8e0..6c2db175a539 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.32 2010/10/20 16:18:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.33 2010/10/23 08:49:46 ssuominen Exp $
+
+ 23 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> Text-CSV-1.20.ebuild:
+ Keyword ~ppc64 wrt #340891
*Text-CSV-1.20 (20 Oct 2010)
diff --git a/dev-perl/Text-CSV/Text-CSV-1.20.ebuild b/dev-perl/Text-CSV/Text-CSV-1.20.ebuild
index 09ad6b2cb36b..af0a7d9296a3 100644
--- a/dev-perl/Text-CSV/Text-CSV-1.20.ebuild
+++ b/dev-perl/Text-CSV/Text-CSV-1.20.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.20.ebuild,v 1.1 2010/10/20 16:18:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.20.ebuild,v 1.2 2010/10/23 08:49:46 ssuominen Exp $
EAPI=3
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Manipulate comma-separated value strings"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="test"
RDEPEND=""