summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2011-08-08 20:13:25 +0000
committerFabian Groffen <grobian@gentoo.org>2011-08-08 20:13:25 +0000
commit36ed546f22a054fd1078c77aae2a5326e615b1d1 (patch)
treeca3203f75bcba15508ee309f0e99c876e4593e4c /dev-perl
parentMarked ~x64-macos (diff)
downloadgentoo-2-36ed546f22a054fd1078c77aae2a5326e615b1d1.tar.gz
gentoo-2-36ed546f22a054fd1078c77aae2a5326e615b1d1.tar.bz2
gentoo-2-36ed546f22a054fd1078c77aae2a5326e615b1d1.zip
Marked ~x64-macos
(Portage version: 2.2.01.19011-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-CSV_XS/ChangeLog5
-rw-r--r--dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog
index 3f8acbb3a13c..1fa54da05b44 100644
--- a/dev-perl/Text-CSV_XS/ChangeLog
+++ b/dev-perl/Text-CSV_XS/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-CSV_XS
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.83 2011/07/29 12:42:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.84 2011/08/08 20:13:25 grobian Exp $
+
+ 08 Aug 2011; Fabian Groffen <grobian@gentoo.org> Text-CSV_XS-0.820.0.ebuild:
+ Marked ~x64-macos
29 Jul 2011; Torsten Veller <tove@gentoo.org> -Text-CSV_XS-0.800.ebuild,
-Text-CSV_XS-0.810.0.ebuild:
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild
index 1b9a3ada7873..b4b08f42cad8 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild,v 1.1 2011/05/08 19:14:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.820.0.ebuild,v 1.2 2011/08/08 20:13:25 grobian Exp $
EAPI=4
@@ -12,7 +12,7 @@ inherit perl-module
DESCRIPTION="comma-separated values manipulation routines"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND=""