diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-02 15:58:20 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2009-05-02 15:58:20 +0000 |
commit | 4e12b388e014ca712ab0be0ef6d3ac5ae9bbce12 (patch) | |
tree | 91b5dd899f895b6e379017d4cdd8c516851f4ad9 /dev-perl/Text-CSV_XS | |
parent | Stable for HPPA (bug #264370). (diff) | |
download | historical-4e12b388e014ca712ab0be0ef6d3ac5ae9bbce12.tar.gz historical-4e12b388e014ca712ab0be0ef6d3ac5ae9bbce12.tar.bz2 historical-4e12b388e014ca712ab0be0ef6d3ac5ae9bbce12.zip |
ppc stable #268185
Package-Manager: portage-2.1.6.12/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.64.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 2b9cbeb6de52..23c74dbf7e9a 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 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.42 2009/05/02 07:54:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.43 2009/05/02 15:58:20 nixnut Exp $ + + 02 May 2009; nixnut <nixnut@gentoo.org> Text-CSV_XS-0.64.ebuild: + ppc stable #268185 02 May 2009; Torsten Veller <tove@gentoo.org> Text-CSV_XS-0.64.ebuild: Stable on x86 (#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 ff2599a717be..36a4ddc62b98 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.2 2009/05/02 07:54:01 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild,v 1.3 2009/05/02 15:58:20 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="" |