diff options
author | Torsten Veller <tove@gentoo.org> | 2009-09-18 18:20:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-09-18 18:20:42 +0000 |
commit | 5a0da8eb53f5e4adff768db48cd693239b6c7fe3 (patch) | |
tree | cd98a4b00e077f78f12477d7343ca2fc337a31b5 /dev-perl/Text-CSV_XS | |
parent | Add Mission Control 5 (diff) | |
download | gentoo-2-5a0da8eb53f5e4adff768db48cd693239b6c7fe3.tar.gz gentoo-2-5a0da8eb53f5e4adff768db48cd693239b6c7fe3.tar.bz2 gentoo-2-5a0da8eb53f5e4adff768db48cd693239b6c7fe3.zip |
Stable on amd64 (#283969)
(Portage version: 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="" |