commit: 94db9cbb4f22611433c014c563d0a1b3e0109c67 Author: Jan Vesely <jano.vesely <AT> gmail <DOT> com> AuthorDate: Fri Jun 15 18:49:42 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Fri Jun 15 21:35:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94db9cbb
arm64: Mask opencl useflag on media-libs/mesa It needs r600 or radeonsi GPU. Closes: https://github.com/gentoo/gentoo/pull/8847 profiles/arch/arm64/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index ee9cb80813e..6c3c230a4ed 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Jan Vesely <[email protected]> (15 June 2018) +# Mesa clover only works on r600 or radeonsi GPUs. The corresponding +# video_cards useflags are not available on arm +media-libs/mesa opencl + # Alex Bennee <[email protected]> (31 May 2018) # bunch of dev-perl packages not yet keyworded # and the i3 ebuild currently has RESTRICT="test" due to upstream bug
