diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-09-19 16:32:09 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-09-19 16:32:09 +0000 |
commit | 00c5af008bf9f5eab22330cff1fee6320a25ad67 (patch) | |
tree | bf299ca1dc9b15752d24dae460beedb9ce11c940 /dev-perl/Text-CSV_XS | |
parent | ppc stable #283969 (diff) | |
download | gentoo-2-00c5af008bf9f5eab22330cff1fee6320a25ad67.tar.gz gentoo-2-00c5af008bf9f5eab22330cff1fee6320a25ad67.tar.bz2 gentoo-2-00c5af008bf9f5eab22330cff1fee6320a25ad67.zip |
ppc stable #283969
(Portage version: 2.1.6.13/cvs/Linux ppc)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 5d1bf08227aa..73f9e7b26dd3 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.52 2009/09/18 18:20:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.53 2009/09/19 16:32:09 nixnut Exp $ + + 19 Sep 2009; nixnut <nixnut@gentoo.org> Text-CSV_XS-0.67.ebuild: + ppc stable #283969 18 Sep 2009; Torsten Veller <tove@gentoo.org> Text-CSV_XS-0.67.ebuild: Stable on amd64 (#283969) 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 918784b0f16c..7317a98aec73 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.3 2009/09/18 18:20:42 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.4 2009/09/19 16:32:09 nixnut 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="" |