blob: 9d5c1e20d0061ac102538769eb5465372279e8c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2009 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.15-r2.ebuild,v 1.1 2009/01/10 12:10:53 ikelos Exp $
KEYWORDS="~amd64 ~x86"
VMWARE_VER="VME_S1B1"
IUSE=""
inherit vmware-mod
pkg_setup() {
if kernel_is lt 2 6 25; then
CONFIG_CHECK=""
else
CONFIG_CHECK="UNUSED_SYMBOLS"
fi
vmware-mod_pkg_setup
}
|