diff options
Diffstat (limited to 'app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild')
-rw-r--r-- | app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild b/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild index e933714dc754..217e9c324b39 100644 --- a/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild +++ b/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild @@ -1,13 +1,14 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild,v 1.2 2007/10/15 01:15:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vmware-modules/vmware-modules-1.0.0.17.ebuild,v 1.3 2007/11/25 12:43:20 ikelos Exp $ -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="~amd64 ~x86" VMWARE_VER="VME_V6" # THIS VALUE IS JUST A PLACE HOLDER inherit eutils vmware-mod VMWARE_MODULE_LIST="vmmon vmnet vmblock" -SRC_URI="x86? ( mirror://vmware/software/vmplayer/VMware-player-2.0.1-55017.i386.tar.gz ) - amd64? ( mirror://vmware/software/vmplayer/VMware-player-2.0.1-55017.x86_64.tar.gz )" +SRC_URI="x86? ( mirror://vmware/software/vmplayer/VMware-player-2.0.2-59824.i386.tar.gz ) + amd64? ( mirror://vmware/software/vmplayer/VMware-player-2.0.2-59824.x86_64.tar.gz )" VMWARE_MOD_DIR="vmware-player-distrib/lib/modules/source/" + |