summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonen Wolkens <ionen@gentoo.org>2022-06-12 12:38:15 -0400
committerIonen Wolkens <ionen@gentoo.org>2022-06-12 12:39:51 -0400
commit7c6163bc23fcd5c6ffe4a56a54afe72256403657 (patch)
tree1ee53b5c43f292d11134a197c332cfc0be5aba90 /x11-drivers/nvidia-drivers/nvidia-drivers-510.73.05-r1.ebuild
parentsys-fs/lxcfs: ensure that a working jinja2 is installed for 5.0.0 (diff)
downloadgentoo-7c6163bc23fcd5c6ffe4a56a54afe72256403657.tar.gz
gentoo-7c6163bc23fcd5c6ffe4a56a54afe72256403657.tar.bz2
gentoo-7c6163bc23fcd5c6ffe4a56a54afe72256403657.zip
x11-drivers/nvidia-drivers: cleanup old abi_x86_32 swap check
Was to help reduce surprises when profile removed it as default, but been a while and should be little meaning to this now. README.Gentoo still warns about this for new installs. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-drivers/nvidia-drivers/nvidia-drivers-510.73.05-r1.ebuild')
-rw-r--r--x11-drivers/nvidia-drivers/nvidia-drivers-510.73.05-r1.ebuild8
1 files changed, 0 insertions, 8 deletions
diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-510.73.05-r1.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-510.73.05-r1.ebuild
index 91d0345da819..cba5ee54b035 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-510.73.05-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-510.73.05-r1.ebuild
@@ -401,7 +401,6 @@ https://wiki.gentoo.org/wiki/NVIDIA/nvidia-drivers"
}
pkg_preinst() {
- has_version "${CATEGORY}/${PN}[abi_x86_32]" && NV_HAD_ABI32=
has_version "${CATEGORY}/${PN}[wayland]" && NV_HAD_WAYLAND=
use driver || return
@@ -460,13 +459,6 @@ pkg_postinst() {
ewarn "https://www.nvidia.com/object/IO_32667.html"
fi
- if use !abi_x86_32 && [[ -v NV_HAD_ABI32 ]]; then
- elog
- elog "USE=abi_x86_32 is disabled, 32bit applications will not be able to"
- elog "use nvidia-drivers for acceleration without it (e.g. commonly used"
- elog "with app-emulation/wine-* or steam). Re-enable if needed."
- fi
-
if use wayland && use driver && [[ ! -v NV_HAD_WAYLAND ]]; then
elog
elog "With USE=wayland, this version of ${PN} sets nvidia-drm.modeset=1"