mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-drivers/nvidia-drivers: Fix USE=-tools (bug #634026).
Package-Manager: Portage-2.3.11, Repoman-2.3.3
This commit is contained in:
@@ -82,9 +82,6 @@ RDEPEND="
|
||||
"
|
||||
QA_PREBUILT="opt/* usr/lib*"
|
||||
S=${WORKDIR}/
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/${P}-linker.patch
|
||||
)
|
||||
|
||||
nvidia_drivers_versions_check() {
|
||||
if use amd64 && has_multilib_profile && \
|
||||
@@ -191,7 +188,8 @@ src_prepare() {
|
||||
gunzip $man_file || die
|
||||
done
|
||||
|
||||
# Allow user patches so they can support RC kernels and whatever else
|
||||
use tools && eapply "${FILESDIR}"/${P}-linker.patch
|
||||
|
||||
default
|
||||
|
||||
if ! [ -f nvidia_icd.json ]; then
|
||||
|
||||
Reference in New Issue
Block a user