summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2012-08-08 01:24:17 +0000
committerNaohiro Aota <naota@gentoo.org>2012-08-08 01:24:17 +0000
commit92a9e7d819b8156a5ecacb1e2771cb0e30c24291 (patch)
tree6632179674e3bfd1136911f0a44a286fe16914c7 /dev-perl
parentAdd ~x86-fbsd wrt bug #428248 (diff)
downloadgentoo-2-92a9e7d819b8156a5ecacb1e2771cb0e30c24291.tar.gz
gentoo-2-92a9e7d819b8156a5ecacb1e2771cb0e30c24291.tar.bz2
gentoo-2-92a9e7d819b8156a5ecacb1e2771cb0e30c24291.zip
Add ~x86-fbsd wrt bug #428248
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
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.900.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 b6f3ce659493..ce541cc16f14 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.105 2012/08/06 13:17:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.106 2012/08/08 01:24:17 naota Exp $
+
+ 08 Aug 2012; Naohiro Aota <naota@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
+ Add ~x86-fbsd wrt bug #428248
06 Aug 2012; Alexis Ballier <aballier@gentoo.org> Text-CSV_XS-0.900.0.ebuild:
keyword ~amd64-fbsd
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild
index 83f7acaf7dc8..953085adc657 100644
--- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild
+++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 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.900.0.ebuild,v 1.4 2012/08/06 13:17:19 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v 1.5 2012/08/08 01:24:17 naota Exp $
EAPI=4
@@ -12,7 +12,7 @@ inherit perl-module
DESCRIPTION="Comma-separated values manipulation routines"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND=""