diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:16:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-17 08:16:21 +0000 |
commit | ec72844b7c998c9777c8f62ca8ecb31fd29f82d5 (patch) | |
tree | cecbc6d6c67fab8c1af2a05832437a8aca82ea1e /dev-perl/Text-CSV_XS | |
parent | Stable on amd64, x86 (#314467) (diff) | |
download | gentoo-2-ec72844b7c998c9777c8f62ca8ecb31fd29f82d5.tar.gz gentoo-2-ec72844b7c998c9777c8f62ca8ecb31fd29f82d5.tar.bz2 gentoo-2-ec72844b7c998c9777c8f62ca8ecb31fd29f82d5.zip |
Stable on amd64, x86 (#314467)
(Portage version: 2.2_rc67/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.72.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 f88eadfffa6c..750a8d457420 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.66 2010/04/09 07:27:29 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.67 2010/04/17 08:16:21 tove Exp $ + + 17 Apr 2010; Torsten Veller <tove@gentoo.org> Text-CSV_XS-0.72.ebuild: + Stable on amd64, x86 (#314467) 09 Apr 2010; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.70.ebuild, -Text-CSV_XS-0.71.ebuild: diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild index ba64793c6c8e..1f32f5166d3c 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.72.ebuild,v 1.1 2010/03/17 06:53:21 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild,v 1.2 2010/04/17 08:16:21 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 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" |