diff options
author | 2010-10-23 08:49:46 +0000 | |
---|---|---|
committer | 2010-10-23 08:49:46 +0000 | |
commit | ee13cc1835cd79c1ba5919812c0b229c74baa227 (patch) | |
tree | 6b1f9dd80429a9eec7e773fb5aee779b59fc7e55 /dev-perl/Text-CSV | |
parent | ppc64 stable wrt #336806 (diff) | |
download | historical-ee13cc1835cd79c1ba5919812c0b229c74baa227.tar.gz historical-ee13cc1835cd79c1ba5919812c0b229c74baa227.tar.bz2 historical-ee13cc1835cd79c1ba5919812c0b229c74baa227.zip |
Keyword ~ppc64 wrt #340891
Package-Manager: portage-2.2_rc99/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Text-CSV')
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.20.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index f4a7b1abd8e0..6c2db175a539 100644 --- a/dev-perl/Text-CSV/ChangeLog +++ b/dev-perl/Text-CSV/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-CSV # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.32 2010/10/20 16:18:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.33 2010/10/23 08:49:46 ssuominen Exp $ + + 23 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> Text-CSV-1.20.ebuild: + Keyword ~ppc64 wrt #340891 *Text-CSV-1.20 (20 Oct 2010) diff --git a/dev-perl/Text-CSV/Text-CSV-1.20.ebuild b/dev-perl/Text-CSV/Text-CSV-1.20.ebuild index 09ad6b2cb36b..af0a7d9296a3 100644 --- a/dev-perl/Text-CSV/Text-CSV-1.20.ebuild +++ b/dev-perl/Text-CSV/Text-CSV-1.20.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/Text-CSV-1.20.ebuild,v 1.1 2010/10/20 16:18:57 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.20.ebuild,v 1.2 2010/10/23 08:49:46 ssuominen Exp $ EAPI=3 @@ -10,7 +10,7 @@ inherit perl-module DESCRIPTION="Manipulate comma-separated value strings" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="test" RDEPEND="" |