# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header $ inherit eutils linux-mod MY_P=vbox-kernel-module-src-${PV} DESCRIPTION="Modules for Virtualbox OSE" HOMEPAGE="http://www.virtualbox.org/" SRC_URI="http://www.virtualbox.org/download/${PV}/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 x86" IUSE="" RDEPEND="!> "${D}/etc/udev/rules.d/60-virtualbox.rules" } pkg_preinst() { enewgroup vboxusers } pkg_postinst() { linux-mod_pkg_postinst if use amd64; then elog "" elog "To avoid the nmi_watchdog bug and load the vboxdrv module" elog "you may need to update your bootloader configuration and pass the option:" elog "nmi_watchdog=0" fi }