diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-05-09 17:17:32 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-05-09 17:17:32 +0000 |
commit | e87b8aa58e442394d928be064c12b4ec83ae6aae (patch) | |
tree | 339d0a58228bbe809dcd36b4a88bfd45167ef01d /dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild | |
parent | Fix ebtables tables detection, bug #314529, thank Veovis for report and sugge... (diff) | |
download | gentoo-2-e87b8aa58e442394d928be064c12b4ec83ae6aae.tar.gz gentoo-2-e87b8aa58e442394d928be064c12b4ec83ae6aae.tar.bz2 gentoo-2-e87b8aa58e442394d928be064c12b4ec83ae6aae.zip |
sh stable
(Portage version: 2.1.8.3/cvs/Linux ia64)
Diffstat (limited to 'dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild')
-rw-r--r-- | dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild index cf72afc8bd4f..3f6649173018 100644 --- a/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild +++ b/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.72.ebuild,v 1.3 2010/05/08 18:11:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV_XS/Text-CSV_XS-0.72.ebuild,v 1.4 2010/05/09 17:17:32 armin76 Exp $ EAPI=2 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="comma-separated values manipulation routines" SLOT="0" -KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="test" RDEPEND="" |