commit: a7dceade36426c78ca08b04e5860a2a8d2f81481 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org> AuthorDate: Sun May 17 03:19:19 2020 +0000 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org> CommitDate: Sun May 17 03:19:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7dceade
profiles/arch/x86: package.use.mask add kokkos mask Bug: https://bugs.gentoo.org/show_bug.cgi?id=721420 Signed-off-by: Christoph Junghans <junghans <AT> gentoo.org> profiles/arch/x86/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 97e3a0faff6..fa64c3f7d00 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Christoph Junghans <[email protected]> (2020-05-16) +# restrict USE=kokkos for x86 as kokkos doesn't support 32-bit archs +# https://github.com/kokkos/kokkos/issues/2312 +sci-physics/lammps kokkos + # Joonas Niilola <[email protected]> (2020-05-14) # Dependency not keyworded on this arch. app-emulation/lxc apparmor
