diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:46:47 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 17:46:47 +0000 |
commit | 6ec5eaf9dc09228cc5e15e339f632c9dea23c969 (patch) | |
tree | 3e48c94878bdc8fd67e62bada3d670a15f1b092e /dev-util/pscan/pscan-20000721-r1.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-6ec5eaf9dc09228cc5e15e339f632c9dea23c969.tar.gz gentoo-2-6ec5eaf9dc09228cc5e15e339f632c9dea23c969.tar.bz2 gentoo-2-6ec5eaf9dc09228cc5e15e339f632c9dea23c969.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pscan/pscan-20000721-r1.ebuild')
-rw-r--r-- | dev-util/pscan/pscan-20000721-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/pscan/pscan-20000721-r1.ebuild b/dev-util/pscan/pscan-20000721-r1.ebuild index 7f0c671718bd..83f38bd8fb28 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 +# Copyright 1999-2009 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.6 2007/05/11 09:05:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721-r1.ebuild,v 1.7 2009/09/23 17:46:47 patrick Exp $ inherit toolchain-funcs @@ -17,7 +17,7 @@ IUSE="" # Does NOT contain a testsuite, but does contain a test.c that confuses src_test RESTRICT="test" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} sys-devel/flex" |