nvidia-drivers updated

This commit is contained in:
Kolan Sh 2014-08-01 11:55:56 +04:00
parent ad9d2a9aa5
commit cf2a05dcea
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation # Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.89.ebuild,v 1.1 2014/07/04 16:24:11 jer Exp $ # $Header: /var/cvsroot/gentoo-x86/x11-drivers/nvidia-drivers/nvidia-drivers-331.89.ebuild,v 1.3 2014/07/30 19:22:29 ssuominen Exp $
EAPI=5 EAPI=5
@ -24,7 +24,7 @@ SRC_URI="
LICENSE="GPL-2 NVIDIA-r2" LICENSE="GPL-2 NVIDIA-r2"
SLOT="0" SLOT="0"
KEYWORDS="-* ~amd64 ~x86 ~amd64-fbsd ~x86-fbsd" KEYWORDS="-* amd64 x86 ~amd64-fbsd ~x86-fbsd"
IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X uvm" IUSE="acpi multilib kernel_FreeBSD kernel_linux pax_kernel +tools +X uvm"
RESTRICT="bindist mirror strip" RESTRICT="bindist mirror strip"
EMULTILIB_PKG="true" EMULTILIB_PKG="true"
@ -256,7 +256,7 @@ src_install() {
use uvm && doins "${FILESDIR}"/nvidia-uvm.conf use uvm && doins "${FILESDIR}"/nvidia-uvm.conf
# Ensures that our device nodes are created when not using X # Ensures that our device nodes are created when not using X
exeinto "$(udev_get_udevdir)" exeinto "$(get_udevdir)"
doexe "${FILESDIR}"/nvidia-udev.sh doexe "${FILESDIR}"/nvidia-udev.sh
udev_newrules "${FILESDIR}"/nvidia.udev-rule 99-nvidia.rules udev_newrules "${FILESDIR}"/nvidia.udev-rule 99-nvidia.rules
elif use kernel_FreeBSD; then elif use kernel_FreeBSD; then