diff options
author | 2007-07-23 13:47:16 +0000 | |
---|---|---|
committer | 2007-07-23 13:47:16 +0000 | |
commit | 8bb85b179565ec916b171d288b1f1657a7e57b30 (patch) | |
tree | 7cc58549fa95b70a6bf3cd55f280ce0fdad5f313 /dev-perl/Text-CSV_XS | |
parent | Stable on mips, per #186286. (diff) | |
download | gentoo-2-8bb85b179565ec916b171d288b1f1657a7e57b30.tar.gz gentoo-2-8bb85b179565ec916b171d288b1f1657a7e57b30.tar.bz2 gentoo-2-8bb85b179565ec916b171d288b1f1657a7e57b30.zip |
Stable on sparc
(Portage version: 2.1.2.9)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 2375fd87fbb1..226c0ecea3a8 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for dev-perl/Text-CSV_XS # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.15 2007/07/22 23:32:46 tgall Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.16 2007/07/23 13:47:16 gustavoz Exp $ + + 23 Jul 2007; Gustavo Zacarias <gustavoz@gentoo.org> + Text-CSV_XS-0.29.ebuild: + Stable on sparc + 22 Jul 2007; Tom Gall <tgall@gentoo.org> Text-CSV_XS-0.29.ebuild: stable on ppc64 diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild index 633cdce0fa67..df8a88667c3d 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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.29.ebuild,v 1.4 2007/07/22 23:32:46 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.29.ebuild,v 1.5 2007/07/23 13:47:16 gustavoz Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~hmbrand/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha ~amd64 ia64 ~ppc ppc64 ~sparc x86" +KEYWORDS="alpha ~amd64 ia64 ~ppc ppc64 sparc x86" IUSE="" SRC_TEST="do" |