diff options
author | Raúl Porcel <armin76@gentoo.org> | 2009-10-28 18:02:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2009-10-28 18:02:32 +0000 |
commit | 27f40df085aab43a041dd56e39523ee1adf5eefc (patch) | |
tree | 5b3ef93db2dde91346f54901794754e3738a1bc2 /dev-perl/Text-CSV_XS | |
parent | ia64/sparc stable (diff) | |
download | gentoo-2-27f40df085aab43a041dd56e39523ee1adf5eefc.tar.gz gentoo-2-27f40df085aab43a041dd56e39523ee1adf5eefc.tar.bz2 gentoo-2-27f40df085aab43a041dd56e39523ee1adf5eefc.zip |
ia64/sparc stable
(Portage version: 2.1.6.13/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.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 7973572e92f1..5d4bc9185354 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.58 2009/10/18 15:57:08 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.59 2009/10/28 18:02:32 armin76 Exp $ + + 28 Oct 2009; Raúl Porcel <armin76@gentoo.org> Text-CSV_XS-0.67.ebuild: + ia64/sparc stable 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> Text-CSV_XS-0.67.ebuild: 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 28d925799a95..371b16e439cc 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.7 2009/10/18 15:57:08 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.8 2009/10/28 18:02:32 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="" |