aeb461d942
(Portage version: 2.2.0_alpha84/git/Linux i686, unsigned Manifest commit)
17 lines
374 B
Bash
17 lines
374 B
Bash
# Copyright 1999-2012 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
EAPI="2"
|
|
|
|
GENPATCHES_VER="10"
|
|
VM_SRC_URI="mirror://vmware/software/vmserver/VMware-server-1.0.10-203137.tar.gz"
|
|
VM_MODULE_LIST="vmmon vmnet"
|
|
|
|
inherit vmware-mod-2
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
IUSE=""
|
|
|
|
S="${WORKDIR}"/vmware-server-distrib/lib/modules/source/
|