diff options
author | 2013-08-09 19:46:03 +0000 | |
---|---|---|
committer | 2013-08-09 19:46:03 +0000 | |
commit | 2e840b48f7c394d50ca0a5877b91ab68fcf878c5 (patch) | |
tree | 72dcb01f87dc1e3f2a7275b4dc843c57440fadcd /dev-perl | |
parent | move install -l emulation exports to src_unpack. it should be called by every... (diff) | |
download | gentoo-2-2e840b48f7c394d50ca0a5877b91ab68fcf878c5.tar.gz gentoo-2-2e840b48f7c394d50ca0a5877b91ab68fcf878c5.tar.bz2 gentoo-2-2e840b48f7c394d50ca0a5877b91ab68fcf878c5.zip |
add ~arm
(Portage version: 2.1.13.5/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.210.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index a0ec700193fb..7c793925d690 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.45 2012/11/18 11:39:25 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.46 2013/08/09 19:46:03 maekke Exp $ + + 09 Aug 2013; Markus Meier <maekke@gentoo.org> Text-CSV-1.210.0.ebuild: + add ~arm 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/Text-CSV/Text-CSV-1.210.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.210.0.ebuild index 9eaf554c151b..6086cea1de54 100644 --- a/dev-perl/Text-CSV/Text-CSV-1.210.0.ebuild +++ b/dev-perl/Text-CSV/Text-CSV-1.210.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 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.210.0.ebuild,v 1.2 2011/09/03 21:05:22 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.210.0.ebuild,v 1.3 2013/08/09 19:46:03 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Manipulate comma-separated value strings" SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" +KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86" IUSE="test" RDEPEND="" |