diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-10-02 01:03:57 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-10-02 01:03:57 +0000 |
commit | b53c532544a15f7bac0377ddd79048598e6222c2 (patch) | |
tree | 866b22650763b7a2f6ce708b18622dfda35019a0 /dev-perl/Text-CSV_XS | |
parent | stable ppc, bug #429016 (diff) | |
download | historical-b53c532544a15f7bac0377ddd79048598e6222c2.tar.gz historical-b53c532544a15f7bac0377ddd79048598e6222c2.tar.bz2 historical-b53c532544a15f7bac0377ddd79048598e6222c2.zip |
stable ppc ppc64, bug #429012
Package-Manager: portage-2.1.11.9/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 10e4e869571e..d9c050b047c0 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.112 2012/09/15 18:46:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.113 2012/10/02 01:03:57 blueness Exp $ + + 02 Oct 2012; Anthony G. Basile <blueness@gentoo.org> + Text-CSV_XS-0.900.0.ebuild: + stable ppc ppc64, bug #429012 15 Sep 2012; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.900.0.ebuild: alpha/ia64/sparc stable wrt #429012 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild index d8ae5d11b1fb..fa614c1e3c3d 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.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.900.0.ebuild,v 1.8 2012/09/15 18:46:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v 1.9 2012/10/02 01:03:57 blueness Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Comma-separated values manipulation routines" SLOT="0" -KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" |