summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/parrot/parrot-0.1.2.ebuild')
-rw-r--r--dev-lang/parrot/parrot-0.1.2.ebuild9
1 files changed, 2 insertions, 7 deletions
diff --git a/dev-lang/parrot/parrot-0.1.2.ebuild b/dev-lang/parrot/parrot-0.1.2.ebuild
index 0d6201c4505b..60330923164a 100644
--- a/dev-lang/parrot/parrot-0.1.2.ebuild
+++ b/dev-lang/parrot/parrot-0.1.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.2.ebuild,v 1.3 2005/05/04 18:16:27 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.2.ebuild,v 1.4 2005/07/14 21:07:36 agriffis Exp $
inherit base eutils
@@ -11,7 +11,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
-IUSE="test"
+IUSE=""
#this ebuild has been tested with the given perl
#if we trust the README then 5.6 should also be ok.
@@ -47,8 +47,3 @@ src_install() {
dodir /usr/share/doc/${P}
dodoc README RESPONSIBLE_PARTIES ABI_CHANGES ChangeLog CREDITS DEVELOPING
}
-
-src_test() {
- emake test || die "test failed"
-}
-