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 | 2c62d0af58bae0e3760d88acc13e32d885165510 (patch) | |
tree | 9f87e568b0d19816e3a118d16338fedbfeeea215 /dev-util/pscan/pscan-20000721-r1.ebuild | |
parent | Stable on alpha wrt security #177008 (diff) | |
download | gentoo-2-2c62d0af58bae0e3760d88acc13e32d885165510.tar.gz gentoo-2-2c62d0af58bae0e3760d88acc13e32d885165510.tar.bz2 gentoo-2-2c62d0af58bae0e3760d88acc13e32d885165510.zip |
Block src_test due to weirdness.
(Portage version: 2.1.2.5)
Diffstat (limited to 'dev-util/pscan/pscan-20000721-r1.ebuild')
-rw-r--r-- | dev-util/pscan/pscan-20000721-r1.ebuild | 5 |
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" |