diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-11 09:05:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2007-05-11 09:05:05 +0000 |
commit | b7feb090a060d651b1b487975e30b26887b5c339 (patch) | |
tree | 930b63e69c0736785702164e77aa26ee6dcbb7b0 /dev-util/pscan/pscan-20000721.ebuild | |
parent | Stable on alpha wrt security #177008 (diff) | |
download | historical-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.ebuild')
-rw-r--r-- | dev-util/pscan/pscan-20000721.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-util/pscan/pscan-20000721.ebuild b/dev-util/pscan/pscan-20000721.ebuild index 1faa8ea34a56..39ef006e7c82 100644 --- a/dev-util/pscan/pscan-20000721.ebuild +++ b/dev-util/pscan/pscan-20000721.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.ebuild,v 1.6 2005/08/12 20:33:44 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721.ebuild,v 1.7 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" |