diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2009-10-18 15:57:08 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2009-10-18 15:57:08 +0000 |
commit | 4859b2c7d03a297e538b546bd82a76c096da156e (patch) | |
tree | bce44db5654321af3034772fc1cb0ae8d6cf4130 /dev-perl | |
parent | x86 stable, bug #287697 (diff) | |
download | gentoo-2-4859b2c7d03a297e538b546bd82a76c096da156e.tar.gz gentoo-2-4859b2c7d03a297e538b546bd82a76c096da156e.tar.bz2 gentoo-2-4859b2c7d03a297e538b546bd82a76c096da156e.zip |
Stable on alpha, bug #283969
(Portage version: 2.1.7.1/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-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="" |