diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-18 18:33:16 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-18 18:33:16 +0000 |
commit | f57be42d65948f1fe868d69a91e9570f119240a3 (patch) | |
tree | 44c99512cc60c02d3340b458fa410642738e89a6 /dev-perl/Text-CSV_XS | |
parent | Add Mission Control 5 (diff) | |
download | historical-f57be42d65948f1fe868d69a91e9570f119240a3.tar.gz historical-f57be42d65948f1fe868d69a91e9570f119240a3.tar.bz2 historical-f57be42d65948f1fe868d69a91e9570f119240a3.zip |
Stable on amd64 (#283969)
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
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 0b1799bd474e..5d1bf08227aa 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.51 2009/09/10 07:55:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.52 2009/09/18 18:20:42 tove Exp $ + + 18 Sep 2009; Torsten Veller <tove@gentoo.org> Text-CSV_XS-0.67.ebuild: + Stable on amd64 (#283969) 10 Sep 2009; Christian Faulhammer <fauli@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 9ae41689dab5..918784b0f16c 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.2 2009/09/10 07:55:10 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.67.ebuild,v 1.3 2009/09/18 18:20:42 tove 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="" |