summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/parrot/parrot-0.1.1.ebuild')
-rw-r--r--dev-lang/parrot/parrot-0.1.1.ebuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/dev-lang/parrot/parrot-0.1.1.ebuild b/dev-lang/parrot/parrot-0.1.1.ebuild
index 1f2a3bacf5d6..598409509418 100644
--- a/dev-lang/parrot/parrot-0.1.1.ebuild
+++ b/dev-lang/parrot/parrot-0.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.1.ebuild,v 1.5 2004/12/28 11:29:27 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.1.ebuild,v 1.6 2005/07/14 21:07:36 agriffis Exp $
DESCRIPTION="The virtual machine that perl6 relies on."
HOMEPAGE="http://www.parrotcode.org/"
@@ -36,7 +36,3 @@ src_install() {
#TODO:
#dodoc ...
}
-
-src_test() {
- emake test || die "test failed"
-}