commit: c8357609da2e98fa08215193bf7054a8ae45ee45 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Apr 1 12:01:22 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Apr 1 12:04:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8357609
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 <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 9f7bbe33ffd..ea33fa0ade1 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,11 @@ #--- END OF EXAMPLES --- +# Marek Szuba <[email protected]> (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 <[email protected]> (2020-03-16) # media-libs/cudnn is keyworded on amd64 sci-physics/root -cudnn
