commit: a4b7a64c78029cba9db33d52e6e3efc83822ced8 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Apr 1 11:55:52 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Apr 1 12:03:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b7a64c
profiles: mask virtual/opencl on x86 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/arch/x86/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/package.mask b/profiles/arch/x86/package.mask index 3e1b51eff52..3770dbf14cd 100644 --- a/profiles/arch/x86/package.mask +++ b/profiles/arch/x86/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# 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 + # Bernardo Meurer <[email protected]> (2019-09-28) # Requires app-crypt/tpm2-tss which is pending ~x86 vide # https://bugs.gentoo.org/695758
