diff options
author | Markus Meier <maekke@gentoo.org> | 2012-08-02 20:43:30 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2012-08-02 20:43:30 +0000 |
commit | cbe054cdc23869669e24361a960065803a3f0e74 (patch) | |
tree | 429db988e954be42554a48cd41d0a17404a7dcf2 /dev-perl/Text-CSV_XS | |
parent | arm stable, bug #427024 (diff) | |
download | gentoo-2-cbe054cdc23869669e24361a960065803a3f0e74.tar.gz gentoo-2-cbe054cdc23869669e24361a960065803a3f0e74.tar.bz2 gentoo-2-cbe054cdc23869669e24361a960065803a3f0e74.zip |
add ~arm, bug #428248
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Text-CSV_XS')
-rw-r--r-- | dev-perl/Text-CSV_XS/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Text-CSV_XS/ChangeLog b/dev-perl/Text-CSV_XS/ChangeLog index 9a7b1bfdfca7..b14a3fde4567 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.103 2012/07/29 22:00:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/ChangeLog,v 1.104 2012/08/02 20:43:30 maekke Exp $ + + 02 Aug 2012; Markus Meier <maekke@gentoo.org> Text-CSV_XS-0.900.0.ebuild: + add ~arm, bug #428248 29 Jul 2012; Jeroen Roovers <jer@gentoo.org> Text-CSV_XS-0.860.0.ebuild, Text-CSV_XS-0.900.0.ebuild: 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 0242c51ea058..4638432cbe04 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.2 2012/07/29 22:00:42 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.900.0.ebuild,v 1.3 2012/08/02 20:43:30 maekke Exp $ EAPI=4 @@ -12,7 +12,7 @@ inherit perl-module DESCRIPTION="Comma-separated values manipulation routines" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~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-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND="" |