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 | |
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')
-rw-r--r-- | dev-util/pscan/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/pscan/pscan-20000721-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-util/pscan/pscan-20000721.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-util/pscan/ChangeLog b/dev-util/pscan/ChangeLog index 372457232658..9c1dde4166e6 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.11 2007/05/11 09:05:05 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.12 2009/09/23 17:46:47 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> pscan-20000721.ebuild, + pscan-20000721-r1.ebuild: + Remove virtual/libc 11 May 2007; Robin H. Johnson <robbat2@gentoo.org> pscan-20000721.ebuild, pscan-20000721-r1.ebuild: 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" diff --git a/dev-util/pscan/pscan-20000721.ebuild b/dev-util/pscan/pscan-20000721.ebuild index 39ef006e7c82..e4d6c7f67438 100644 --- a/dev-util/pscan/pscan-20000721.ebuild +++ b/dev-util/pscan/pscan-20000721.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.ebuild,v 1.7 2007/05/11 09:05:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721.ebuild,v 1.8 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" |