summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2012-03-31 13:35:41 +0000
committerTobias Klausmann <klausman@gentoo.org>2012-03-31 13:35:41 +0000
commit3095425a8785a17c9437e09afecc89e53ce403bd (patch)
treec78b35fd41f89ef712a6b34488961d805105e5b5 /dev-perl/Text-CSV_XS
parentStable on alpha, bug #404347 (diff)
downloadhistorical-3095425a8785a17c9437e09afecc89e53ce403bd.tar.gz
historical-3095425a8785a17c9437e09afecc89e53ce403bd.tar.bz2
historical-3095425a8785a17c9437e09afecc89e53ce403bd.zip
Stable on alpha, bug #400239
Package-Manager: portage-2.1.10.52/cvs/Linux x86_64
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.860.0.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 98b008517732..f22ce875a66a 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.97 2012/03/31 06:44:57 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.98 2012/03/31 13:35:41 klausman Exp $
+
+ 31 Mar 2012; Tobias Klausmann <klausman@gentoo.org>
+ Text-CSV_XS-0.860.0.ebuild:
+ Stable on alpha, bug #400239
31 Mar 2012; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.72.ebuild,
-Text-CSV_XS-0.830.0.ebuild, -Text-CSV_XS-0.850.0.ebuild,
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild
index e0723ffdecd3..eef94d933f09 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.860.0.ebuild,v 1.7 2012/03/18 19:01:11 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.860.0.ebuild,v 1.8 2012/03/31 13:35:41 klausman Exp $
EAPI=4
@@ -12,7 +12,7 @@ inherit perl-module
DESCRIPTION="Comma-separated values manipulation routines"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 ~sh ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND=""