diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-18 16:07:34 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-18 16:07:34 +0000 |
commit | cd98f6915aa8780e592d8f4a89e2f47581c75cab (patch) | |
tree | 2483bf86c8bb1837e71c1ad4ebae2d9b8cbfef10 /dev-perl/Text-CSV_XS | |
parent | Stable on alpha, bug #282028 (diff) | |
download | historical-cd98f6915aa8780e592d8f4a89e2f47581c75cab.tar.gz historical-cd98f6915aa8780e592d8f4a89e2f47581c75cab.tar.bz2 historical-cd98f6915aa8780e592d8f4a89e2f47581c75cab.zip |
Stable on alpha, bug #283969
Package-Manager: portage-2.1.7.1/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.67.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 6cc30a2ef94e..7973572e92f1 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.57 2009/10/17 10:27:40 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.58 2009/10/18 15:57:08 klausman Exp $ + + 18 Oct 2009; Tobias Klausmann <klausman@gentoo.org> + Text-CSV_XS-0.67.ebuild: + Stable on alpha, bug #283969 *Text-CSV_XS-0.69 (17 Oct 2009) 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 b7a79fe99d24..28d925799a95 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.6 2009/10/07 22:51:15 tcunha Exp $ +# $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 $ 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="" |