summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog5
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index 7973572e92f1..5d4bc9185354 100644
--- a/dev-perl/Text-CSV_XS/ChangeLog
+++ b/dev-perl/Text-CSV_XS/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-CSV_XS
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.58 2009/10/18 15:57:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.59 2009/10/28 18:02:32 armin76 Exp $
+
+ 28 Oct 2009; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.67.ebuild:
+ ia64/sparc stable
18 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
Text-CSV_XS-0.67.ebuild:
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild
index 28d925799a95..371b16e439cc 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.7 2009/10/18 15:57:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.8 2009/10/28 18:02:32 armin76 Exp $
EAPI=2
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="comma-separated values manipulation routines"
SLOT="0"
-KEYWORDS="alpha amd64 ~ia64 ppc ppc64 sparc x86"
+KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
IUSE="test"
RDEPEND=""