diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-05-04 16:06:55 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-05-04 16:06:55 +0000 |
commit | 9a08b84be6710aaf20f4e6fbad400c4a8244f665 (patch) | |
tree | 757d31976932e33b21f9b534fdcc19f56ceb237c /dev-perl/Text-CSV_XS | |
parent | Move use_ functions out of global scope. (diff) | |
download | historical-9a08b84be6710aaf20f4e6fbad400c4a8244f665.tar.gz historical-9a08b84be6710aaf20f4e6fbad400c4a8244f665.tar.bz2 historical-9a08b84be6710aaf20f4e6fbad400c4a8244f665.zip |
alpha/ia64/sparc stable wrt #268185
Package-Manager: portage-2.1.6.11/cvs/Linux ia64
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 3247809978f0..0e84ddce4c94 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.45 2009/05/03 17:44:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.46 2009/05/04 16:06:55 armin76 Exp $ + + 04 May 2009; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.64.ebuild: + alpha/ia64/sparc stable wrt #268185 03 May 2009; Markus Meier <maekke@gentoo.org> Text-CSV_XS-0.64.ebuild: amd64 stable, bug #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 c69e3791acc7..8c9710a24b88 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.5 2009/05/03 17:44:01 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild,v 1.6 2009/05/04 16:06:55 armin76 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="" |