summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2007-05-11 09:05:05 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2007-05-11 09:05:05 +0000
commitb7feb090a060d651b1b487975e30b26887b5c339 (patch)
tree930b63e69c0736785702164e77aa26ee6dcbb7b0 /dev-util/pscan/pscan-20000721-r1.ebuild
parentStable on alpha wrt security #177008 (diff)
downloadhistorical-b7feb090a060d651b1b487975e30b26887b5c339.tar.gz
historical-b7feb090a060d651b1b487975e30b26887b5c339.tar.bz2
historical-b7feb090a060d651b1b487975e30b26887b5c339.zip
Block src_test due to weirdness.
Package-Manager: portage-2.1.2.5
Diffstat (limited to 'dev-util/pscan/pscan-20000721-r1.ebuild')
-rw-r--r--dev-util/pscan/pscan-20000721-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-util/pscan/pscan-20000721-r1.ebuild b/dev-util/pscan/pscan-20000721-r1.ebuild
index b3136d030e9e..7f0c671718bd 100644
--- a/dev-util/pscan/pscan-20000721-r1.ebuild
+++ b/dev-util/pscan/pscan-20000721-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721-r1.ebuild,v 1.5 2007/04/09 16:39:43 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721-r1.ebuild,v 1.6 2007/05/11 09:05:05 robbat2 Exp $
inherit toolchain-funcs
@@ -14,6 +14,9 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
+# Does NOT contain a testsuite, but does contain a test.c that confuses src_test
+RESTRICT="test"
+
RDEPEND="virtual/libc"
DEPEND="${RDEPEND}
sys-devel/flex"