diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-04-01 12:57:49 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-04-01 13:03:56 +0100 |
commit | e2609adda1f455cd3e691374d4e00c06bfed7b07 (patch) | |
tree | ca3d99232658dec9e772053a11c274aa09e97702 /profiles | |
parent | profiles: mask virtual/opencl on x86 (diff) | |
download | gentoo-e2609adda1f455cd3e691374d4e00c06bfed7b07.tar.gz gentoo-e2609adda1f455cd3e691374d4e00c06bfed7b07.tar.bz2 gentoo-e2609adda1f455cd3e691374d4e00c06bfed7b07.zip |
profiles: mask USE=opencl on x86
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/x86/use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/x86/use.mask b/profiles/arch/x86/use.mask index 82f29aa00acb..055fa75bbd73 100644 --- a/profiles/arch/x86/use.mask +++ b/profiles/arch/x86/use.mask @@ -4,6 +4,11 @@ # Unmask the flag which corresponds to ARCH. -x86 +# Marek Szuba <marecki@gentoo.org> (2020-04-01) +# Phase one of removing ABI_X86_32 support from virtual/opencl, +# as announced on 2020-03-09 +opencl + # Matt Turner <mattst88@gentoo.org> (2018-11-11) # d3d9 works on x86 -d3d9 |