commit: f2e2d655905a71bd65b67f4ca30940e0e2827db3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jan 15 16:27:48 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jan 15 18:18:37 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2e2d655
profiles/arch/arm64: mask USE=opencl on stable for now Bug: https://bugs.gentoo.org/941379 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm64/use.stable.mask | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/profiles/arch/arm64/use.stable.mask b/profiles/arch/arm64/use.stable.mask index 66df8d469d11..ef89d57add37 100644 --- a/profiles/arch/arm64/use.stable.mask +++ b/profiles/arch/arm64/use.stable.mask @@ -1,9 +1,13 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Sam James <[email protected]> (2025-01-15) +# virtual/opencl and friends not yet marked stable on arm64 (bug #941379) +opencl + # Matt Turner <[email protected]> (2024-05-10) # x11-drivers/xf86-video-vmware is not stable yet video_cards_vmware
