diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-12 09:58:18 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-12 09:58:18 +0000 |
commit | 0dc911a737c7ec424f1a6e0d7fb0c827b36cd605 (patch) | |
tree | e25b7ff611146f083db8f1736e7193ead20bff24 /dev-perl/Text-CSV | |
parent | Stable for sparc, wrt bug #495490 (diff) | |
download | gentoo-2-0dc911a737c7ec424f1a6e0d7fb0c827b36cd605.tar.gz gentoo-2-0dc911a737c7ec424f1a6e0d7fb0c827b36cd605.tar.bz2 gentoo-2-0dc911a737c7ec424f1a6e0d7fb0c827b36cd605.zip |
Stable for sparc, wrt bug #495494
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
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 f9f865beb398..12ae7df341a3 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.54 2014/03/06 10:37:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.55 2014/03/12 09:58:18 ago Exp $ + + 12 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Text-CSV-1.320.0.ebuild: + Stable for sparc, wrt bug #495494 06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Text-CSV-1.320.0.ebuild: Stable for ppc64, 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 af1e75470ff1..96208683a612 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.7 2014/03/06 10:37:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.320.0.ebuild,v 1.8 2014/03/12 09:58:18 ago 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="" |