linamh/app-emulation/vmware-modules/vmware-modules-138.9.ebuild
2009-05-30 12:35:49 +00:00

23 lines
469 B
Bash

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
KEYWORDS="~amd64 ~x86"
GENPATCHES_VER="2"
inherit vmware-mod-2
pkg_setup() {
if kernel_is ge 2 6 25; then
CONFIG_CHECK="UNUSED_SYMBOLS"
fi
if kernel_is ge 2 6 29; then
ewarn "starting with kernel version 2.6.29 the deprecated"
ewarn "symbole init_mm isn't exported."
die "kernel not supported!"
fi
vmware-mod-2_pkg_setup
}