diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-26 14:54:56 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2007-03-26 14:54:56 +0000 |
commit | 90b8cd6c500c89feba25cce99031a62af90b6434 (patch) | |
tree | 881e2d142ed1b7911e1fa6ee6c7841a9643cb5d4 /eclass/vmware-mod.eclass | |
parent | Stable for HPPA (bug #156802). (diff) | |
download | gentoo-2-90b8cd6c500c89feba25cce99031a62af90b6434.tar.gz gentoo-2-90b8cd6c500c89feba25cce99031a62af90b6434.tar.bz2 gentoo-2-90b8cd6c500c89feba25cce99031a62af90b6434.zip |
Remove dependency on portage, since it really isn't necessary.
Diffstat (limited to 'eclass/vmware-mod.eclass')
-rw-r--r-- | eclass/vmware-mod.eclass | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/eclass/vmware-mod.eclass b/eclass/vmware-mod.eclass index 1bfcb572f2de..ed052665f192 100644 --- a/eclass/vmware-mod.eclass +++ b/eclass/vmware-mod.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.7 2007/01/05 17:52:20 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vmware-mod.eclass,v 1.8 2007/03/26 14:54:56 wolf31o2 Exp $ # Ensure vmware comes before linux-mod since we want linux-mod's pkg_preinst and @@ -18,8 +18,6 @@ IUSE="" [[ -z "${VMWARE_VER}" ]] && VMWARE_VER="VME_V55" VMWARE_MOD_DIR="${ANY_ANY}" -DEPEND=">=sys-apps/portage-2.0.54" - S="${WORKDIR}" # We needn't restrict this since it was only required to read |