diff options
author | Mike Auty <ikelos@gentoo.org> | 2006-08-09 09:33:55 +0000 |
---|---|---|
committer | Mike Auty <ikelos@gentoo.org> | 2006-08-09 09:33:55 +0000 |
commit | 95c8a0c4364d747c649060b2f396021ab2108d85 (patch) | |
tree | 4d5d52ba6c24882fdeb745e8aeb1f5703cd9a9f2 /app-emulation/vmware-player | |
parent | Alter ebuild so that the metadata cache is invalidated. (diff) | |
download | gentoo-2-95c8a0c4364d747c649060b2f396021ab2108d85.tar.gz gentoo-2-95c8a0c4364d747c649060b2f396021ab2108d85.tar.bz2 gentoo-2-95c8a0c4364d747c649060b2f396021ab2108d85.zip |
Alter ebuild so that the metadata cache is invalidated.
(Portage version: 2.1.1_pre4-r4)
Diffstat (limited to 'app-emulation/vmware-player')
-rw-r--r-- | app-emulation/vmware-player/vmware-player-1.0.1.19317-r3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app-emulation/vmware-player/vmware-player-1.0.1.19317-r3.ebuild b/app-emulation/vmware-player/vmware-player-1.0.1.19317-r3.ebuild index 97a9acdd5adf..0f6c3c7cf80d 100644 --- a/app-emulation/vmware-player/vmware-player-1.0.1.19317-r3.ebuild +++ b/app-emulation/vmware-player/vmware-player-1.0.1.19317-r3.ebuild @@ -1,11 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-1.0.1.19317-r3.ebuild,v 1.3 2006/07/27 15:13:15 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-player/vmware-player-1.0.1.19317-r3.ebuild,v 1.4 2006/08/09 09:33:55 ikelos Exp $ # Unlike many other binary packages the user doesn't need to agree to a licence # to download VMWare. The agreeing to a licence is part of the configure step # which the user must run manually. +# Alter ebuild so that the metadata cache is invalidated. + inherit eutils S=${WORKDIR}/vmware-player-distrib |