diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-08-28 21:26:48 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-08-28 21:26:48 +0000 |
commit | 2575c76324812aa8b6fdf7708333420761b27439 (patch) | |
tree | 0cd7c34a283dd04ee2514ec5b6efe1185e2be822 /dev-perl | |
parent | Keyword ~mips for bug #428248 (diff) | |
download | gentoo-2-2575c76324812aa8b6fdf7708333420761b27439.tar.gz gentoo-2-2575c76324812aa8b6fdf7708333420761b27439.tar.bz2 gentoo-2-2575c76324812aa8b6fdf7708333420761b27439.zip |
Keyword ~mips for bug #428248
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 4dd4968393d7..e17d736e5154 100644 --- a/dev-perl/Text-CSV_XS/ChangeLog +++ b/dev-perl/Text-CSV_XS/ChangeLog @@ -1,6 +1,10 @@ # 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.107 2012/08/22 17:27:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.108 2012/08/28 21:26:48 blueness Exp $ + + 28 Aug 2012; Anthony G. Basile <blueness@gentoo.org> + Text-CSV_XS-0.910.0.ebuild: + Keyword ~mips for bug #428248 *Text-CSV_XS-0.910.0 (22 Aug 2012) diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild index 28b75b428432..222e0e19a3b8 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.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.910.0.ebuild,v 1.1 2012/08/22 17:27:18 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.910.0.ebuild,v 1.2 2012/08/28 21:26:48 blueness 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 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~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="" |