diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2021-11-23 23:46:15 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2021-11-24 00:55:26 -0500 |
commit | d6b7fa6f129b8c899b3b625438244e99d15ed4cc (patch) | |
tree | 4d0a36b8c43cd2794328cc97b3acf1c81ebe0740 /profiles/arch | |
parent | dev-python/numpy: Stabilize 1.21.4-r2 arm64, #824478 (diff) | |
download | gentoo-d6b7fa6f129b8c899b3b625438244e99d15ed4cc.tar.gz gentoo-d6b7fa6f129b8c899b3b625438244e99d15ed4cc.tar.bz2 gentoo-d6b7fa6f129b8c899b3b625438244e99d15ed4cc.zip |
profiles/arch/amd64: drop nvidia-drivers abi_x86_32 USE default
Formerly added for bug #532492 (along with removed ati-drivers)
which has little relevance with current layout and libglvnd.
Being default leads to a situation where anyone emerging
nvidia-drivers[X] needs to match up abi_x86_32 on libX11
and others manually which can be confusing for new users
while fewer and fewer users actually need this.
This matches up with mesa which does not enable this by default.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index 22973911001c..7c624bfc42b6 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -20,10 +20,6 @@ dev-ml/llvm-ocaml llvm_targets_AMDGPU llvm_targets_NVPTX sys-devel/clang llvm_targets_AMDGPU llvm_targets_NVPTX sys-devel/llvm llvm_targets_AMDGPU llvm_targets_NVPTX -# Michał Górny <mgorny@gentoo.org> (2014-06-28) -# Packages that should be multilib by default. -x11-drivers/nvidia-drivers abi_x86_32 - # Doug Goldstein <cardoe@gentoo.org> (2012-10-29) # Enable the native arch as the default qemu target app-emulation/qemu qemu_softmmu_targets_x86_64 |