diff options
author | Markus Meier <maekke@gentoo.org> | 2009-05-03 17:44:01 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2009-05-03 17:44:01 +0000 |
commit | f9df83c7dacfa0c93ed957d636f7016e051c8d44 (patch) | |
tree | 430552970fcd1670521f2207d53c8ffbe267d45f /dev-perl/Text-CSV_XS | |
parent | Stable on alpha, bug #266986 (diff) | |
download | gentoo-2-f9df83c7dacfa0c93ed957d636f7016e051c8d44.tar.gz gentoo-2-f9df83c7dacfa0c93ed957d636f7016e051c8d44.tar.bz2 gentoo-2-f9df83c7dacfa0c93ed957d636f7016e051c8d44.zip |
amd64 stable, bug #268185
(Portage version: 2.1.6.12/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.64.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 3a8500e09e09..3247809978f0 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.44 2009/05/03 13:41:18 ranger Exp $ +# 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 $ + + 03 May 2009; Markus Meier <maekke@gentoo.org> Text-CSV_XS-0.64.ebuild: + amd64 stable, bug #268185 03 May 2009; Brent Baude <ranger@gentoo.org> Text-CSV_XS-0.64.ebuild: stable ppc64, 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 a93f34de854f..c69e3791acc7 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.4 2009/05/03 13:41:18 ranger Exp $ +# $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 $ 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="" |