summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-09-10 07:55:10 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-09-10 07:55:10 +0000
commit1f0789c2acdf8f3474f8e1a3f1a7f0099d4a6b11 (patch)
tree1ea349630a5f69a95584d7fcc2b2c16cc7399a37 /dev-perl/Text-CSV_XS
parentx86 stable, bug 283969 (diff)
downloadgentoo-2-1f0789c2acdf8f3474f8e1a3f1a7f0099d4a6b11.tar.gz
gentoo-2-1f0789c2acdf8f3474f8e1a3f1a7f0099d4a6b11.tar.bz2
gentoo-2-1f0789c2acdf8f3474f8e1a3f1a7f0099d4a6b11.zip
x86 stable, bug 283969
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog6
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index 5591ea6636dd..0b1799bd474e 100644
--- a/dev-perl/Text-CSV_XS/ChangeLog
+++ b/dev-perl/Text-CSV_XS/ChangeLog
@@ -1,6 +1,10 @@
# 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.50 2009/09/07 07:55:06 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.51 2009/09/10 07:55:10 fauli Exp $
+
+ 10 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+ Text-CSV_XS-0.67.ebuild:
+ x86 stable, bug 283969
07 Sep 2009; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.65.ebuild:
Cleanup
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 74645d134fbf..9ae41689dab5 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.1 2009/08/10 12:17:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.2 2009/09/10 07:55:10 fauli 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=""