summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-05-04 16:06:55 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-05-04 16:06:55 +0000
commit866311918c7415e9dde2d77efa95382194337c09 (patch)
treee7d14d4355a4956c55a02a49097069ca0ffa558f /dev-perl/Text-CSV_XS
parentMove use_ functions out of global scope. (diff)
downloadgentoo-2-866311918c7415e9dde2d77efa95382194337c09.tar.gz
gentoo-2-866311918c7415e9dde2d77efa95382194337c09.tar.bz2
gentoo-2-866311918c7415e9dde2d77efa95382194337c09.zip
alpha/ia64/sparc stable wrt #268185
(Portage version: 2.1.6.11/cvs/Linux ia64)
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.64.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 3247809978f0..0e84ddce4c94 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.45 2009/05/03 17:44:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.46 2009/05/04 16:06:55 armin76 Exp $
+
+ 04 May 2009; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.64.ebuild:
+ alpha/ia64/sparc stable wrt #268185
03 May 2009; Markus Meier <maekke@gentoo.org> Text-CSV_XS-0.64.ebuild:
amd64 stable, bug #268185
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild
index c69e3791acc7..8c9710a24b88 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.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.64.ebuild,v 1.5 2009/05/03 17:44:01 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild,v 1.6 2009/05/04 16:06:55 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=""