summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gentoo.org>2009-10-07 23:19:01 +0000
committerTiago Cunha <tcunha@gentoo.org>2009-10-07 23:19:01 +0000
commitd5e8672296af2722d18c171dd46450b61174a3d6 (patch)
tree5c7d8af854aa4a9c3fc9c00a456d95278b543732 /dev-perl/Text-CSV_XS
parentVersion bumped, bug #288082. (diff)
downloadhistorical-d5e8672296af2722d18c171dd46450b61174a3d6.tar.gz
historical-d5e8672296af2722d18c171dd46450b61174a3d6.tar.bz2
historical-d5e8672296af2722d18c171dd46450b61174a3d6.zip
stable sparc, bug 283969
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
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 367c491b762a..74b227cf9475 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.55 2009/10/06 18:31:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.56 2009/10/07 22:51:15 tcunha Exp $
+
+ 07 Oct 2009; Tiago Cunha <tcunha@gentoo.org> Text-CSV_XS-0.67.ebuild:
+ stable sparc, bug 283969
*Text-CSV_XS-0.68 (06 Oct 2009)
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 97b4c32bc0c1..b7a79fe99d24 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.5 2009/09/27 15:04:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.6 2009/10/07 22:51:15 tcunha 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=""