diff options
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 775a6cbafb87..d05e5f3e2910 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,10 @@ # 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.18 2007/08/09 14:39:35 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.19 2007/08/09 15:20:04 dertobi123 Exp $ + + 09 Aug 2007; Tobias Scherbaum <dertobi123@gentoo.org> + Text-CSV_XS-0.30.ebuild: + Stable on ppc. 09 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> Text-CSV_XS-0.30.ebuild: diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild index 3e3636715c7d..6c4e3cc1f912 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.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.30.ebuild,v 1.4 2007/08/09 14:39:35 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.30.ebuild,v 1.5 2007/08/09 15:20:04 dertobi123 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" |