summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2014-03-06 10:37:02 +0000
committerAgostino Sarubbo <ago@gentoo.org>2014-03-06 10:37:02 +0000
commitdb0374a7e49e6c4b8f6443a7a4d7a18142f23d01 (patch)
tree6894c9ed5c52a5671d8036426ad18f9773bba941 /dev-perl
parentStable for ppc64, wrt bug #495490 (diff)
downloadgentoo-2-db0374a7e49e6c4b8f6443a7a4d7a18142f23d01.tar.gz
gentoo-2-db0374a7e49e6c4b8f6443a7a4d7a18142f23d01.tar.bz2
gentoo-2-db0374a7e49e6c4b8f6443a7a4d7a18142f23d01.zip
Stable for ppc64, wrt bug #495494
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-CSV/ChangeLog5
-rw-r--r--dev-perl/Text-CSV/Text-CSV-1.320.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog
index 039c14f93296..f9f865beb398 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.53 2014/03/05 15:29:24 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.54 2014/03/06 10:37:02 ago Exp $
+
+ 06 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Text-CSV-1.320.0.ebuild:
+ Stable for ppc64, wrt bug #495494
05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> Text-CSV-1.320.0.ebuild:
Stable for ppc, 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 f113f3c3d429..af1e75470ff1 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.6 2014/03/05 15:29:24 ago Exp $
+# $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 $
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=""