commit: fc2879d8f8e13b393f028123a81326f6cfccf229 Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Mon Jun 23 22:01:32 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 29 04:38:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2879d8
profiles/arch: mask "hiprt" except for amd64 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42717 Closes: https://github.com/gentoo/gentoo/pull/42717 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/amd64/use.mask | 1 + profiles/arch/amd64/use.stable.mask | 1 + profiles/arch/base/use.mask | 1 + 3 files changed, 3 insertions(+) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 93e238b00618..74106898b341 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -49,6 +49,7 @@ # Paul Zander <[email protected]> (2023-11-17) # ROCm/HIP works here -hip +-hiprt # Nowa Ammerlaan <[email protected]> (2023-07-11) # Unmask secureboot flag on arches where sbsigntools is keyworded diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index ab8fa42f22ab..a254300eb29b 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -7,6 +7,7 @@ # Paul Zander <[email protected]> (2023-11-17) # ROCm/HIP is not suitable for stabilization. hip +hiprt # Andreas Sturmlechner <[email protected]> (2020-06-06) # sci-libs/mkl is not stable, needs online registration to even run pkg_setup diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index d3ad6fa37e54..605ec97e87e5 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -83,6 +83,7 @@ cudnn # ROCm/HIP only works on amd64 hip +hiprt # masking here, and unmasking in arch/x86/use.mask vidix
