diff options
author | Markus Meier <maekke@gentoo.org> | 2014-02-16 21:25:05 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2014-02-16 21:25:05 +0000 |
commit | 7bffd2760ba356b0cad1d98d3acba2e84e39a5fb (patch) | |
tree | f722115e5aad8a4b0069870bca8a753589fed3f2 /dev-perl/Text-CSV | |
parent | arm stable, bug #495524 (diff) | |
download | gentoo-2-7bffd2760ba356b0cad1d98d3acba2e84e39a5fb.tar.gz gentoo-2-7bffd2760ba356b0cad1d98d3acba2e84e39a5fb.tar.bz2 gentoo-2-7bffd2760ba356b0cad1d98d3acba2e84e39a5fb.zip |
arm stable, bug #495494
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
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.320.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index 9a4128d25add..560859b55026 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.49 2014/02/11 15:35:58 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.50 2014/02/16 21:25:05 maekke Exp $ + + 16 Feb 2014; Markus Meier <maekke@gentoo.org> Text-CSV-1.320.0.ebuild: + arm stable, bug #495494 11 Feb 2014; Akinori Hattori <hattya@gentoo.org> Text-CSV-1.320.0.ebuild: ia64 stable wrt bug #495494 diff --git a/dev-perl/Text-CSV/Text-CSV-1.320.0.ebuild b/dev-perl/Text-CSV/Text-CSV-1.320.0.ebuild index 58cd482ce27c..cc9a1a78823a 100644 --- a/dev-perl/Text-CSV/Text-CSV-1.320.0.ebuild +++ b/dev-perl/Text-CSV/Text-CSV-1.320.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 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.320.0.ebuild,v 1.2 2014/02/11 15:35:58 hattya Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.320.0.ebuild,v 1.3 2014/02/16 21:25:05 maekke Exp $ EAPI=4 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Manipulate comma-separated value strings" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 arm ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="test" RDEPEND="" |