diff options
author | 2020-04-01 13:01:22 +0100 | |
---|---|---|
committer | 2020-04-01 13:04:00 +0100 | |
commit | c8357609da2e98fa08215193bf7054a8ae45ee45 (patch) | |
tree | 028cffbb3a4bab4b48a216b297806da48efacfae /profiles/arch | |
parent | profiles: mask USE=opencl on x86 (diff) | |
download | gentoo-c8357609da2e98fa08215193bf7054a8ae45ee45.tar.gz gentoo-c8357609da2e98fa08215193bf7054a8ae45ee45.tar.bz2 gentoo-c8357609da2e98fa08215193bf7054a8ae45ee45.zip |
profiles: mask USE=abi_x86_32 for virtual/opencl on amd64
The announcement talked about masking this in all profiles but given the
whole of virtual/opencl is now masked on x86 and that the package in
question has only been keyworded for amd64 and x86, this seems to be all
that is needed.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 9f7bbe33ffd6..ea33fa0ade12 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# 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 +virtual/opencl abi_x86_32 + # Guilherme Amadio <amadio@gentoo.org> (2020-03-16) # media-libs/cudnn is keyworded on amd64 sci-physics/root -cudnn |