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 | |
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')
-rw-r--r-- | dev-util/pscan/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pscan/pscan-20000721-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-util/pscan/pscan-20000721.ebuild | 7 |
3 files changed, 14 insertions, 4 deletions
diff --git a/dev-util/pscan/ChangeLog b/dev-util/pscan/ChangeLog index c8e7c1da0ec8..372457232658 100644 --- a/dev-util/pscan/ChangeLog +++ b/dev-util/pscan/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/pscan # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.10 2007/04/09 16:38:54 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.11 2007/05/11 09:05:05 robbat2 Exp $ + + 11 May 2007; Robin H. Johnson <robbat2@gentoo.org> pscan-20000721.ebuild, + pscan-20000721-r1.ebuild: + Block src_test due to weirdness. 09 Apr 2007; nixnut <nixnut@gentoo.org> pscan-20000721-r1.ebuild: Stable on ppc wrt bug 173852 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" 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" |