diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-15 07:15:10 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-02-15 07:15:10 +0000 |
commit | bbe48bc9a0e721e52a0988046fe75e073dc4c768 (patch) | |
tree | c06e6424f8d198080e6d8a4fcd5c440d4af3ac2e /dev-perl/Text-CSV | |
parent | x86 stable wrt bug #354755 (diff) | |
download | gentoo-2-bbe48bc9a0e721e52a0988046fe75e073dc4c768.tar.gz gentoo-2-bbe48bc9a0e721e52a0988046fe75e073dc4c768.tar.bz2 gentoo-2-bbe48bc9a0e721e52a0988046fe75e073dc4c768.zip |
x86 stable wrt bug #354773
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.210.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index f5fe4d12945f..b93ff11a1d5c 100644 --- a/dev-perl/Text-CSV/ChangeLog +++ b/dev-perl/Text-CSV/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Text-CSV # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.36 2011/01/14 15:50:09 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.37 2011/02/15 07:15:10 phajdan.jr Exp $ + + 15 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + Text-CSV-1.210.ebuild: + x86 stable wrt bug #354773 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Text-CSV-1.17.ebuild, -Text-CSV-1.18.ebuild, -Text-CSV-1.19.ebuild, -Text-CSV-1.20.ebuild: diff --git a/dev-perl/Text-CSV/Text-CSV-1.210.ebuild b/dev-perl/Text-CSV/Text-CSV-1.210.ebuild index 4b5aec1166c5..449e48e501a2 100644 --- a/dev-perl/Text-CSV/Text-CSV-1.210.ebuild +++ b/dev-perl/Text-CSV/Text-CSV-1.210.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.210.ebuild,v 1.1 2011/01/12 16:14:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.210.ebuild,v 1.2 2011/02/15 07:15:10 phajdan.jr Exp $ EAPI=3 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Manipulate comma-separated value strings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="test" RDEPEND="" |