# Copyright 1999-2011 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.3 2011/02/11 21:26:54 vadimk 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 }