diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-10-08 00:40:47 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-10-08 00:40:47 +0000 |
commit | c587be1b8a60b4312f6fb83c7d0c084fcbbd971d (patch) | |
tree | f1955e80af92b89f2083a2977a747b9c1677943b /dev-perl/Parse-RecDescent | |
parent | sh love (diff) | |
download | gentoo-2-c587be1b8a60b4312f6fb83c7d0c084fcbbd971d.tar.gz gentoo-2-c587be1b8a60b4312f6fb83c7d0c084fcbbd971d.tar.bz2 gentoo-2-c587be1b8a60b4312f6fb83c7d0c084fcbbd971d.zip |
sh love
(Portage version: 2.1.2_pre2-r5)
Diffstat (limited to 'dev-perl/Parse-RecDescent')
-rw-r--r-- | dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild index 18cfa4526e87..aaafd8227e41 100644 --- a/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild +++ b/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.20 2006/08/05 19:52:20 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Parse-RecDescent/Parse-RecDescent-1.94.ebuild,v 1.21 2006/10/08 00:40:47 vapier Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/D/DC/DCONWAY/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="perl-core/Text-Balanced @@ -21,5 +21,3 @@ src_install() { perl-module_src_install dohtml -r tutorial } - - |