From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4AE3B159453 for ; Wed, 22 Nov 2023 11:52:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 812122BC02D; Wed, 22 Nov 2023 11:52:27 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 606F12BC02F for ; Wed, 22 Nov 2023 11:52:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65F7D335DB5 for ; Wed, 22 Nov 2023 11:52:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5BB11397 for ; Wed, 22 Nov 2023 11:52:24 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1700653910.146afb1ed27c9261513f95f8a3faed952447dd8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/amd64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/arch/amd64/use.mask profiles/arch/amd64/use.stable.mask profiles/arch/base/use.mask X-VCS-Directories: profiles/arch/base/ profiles/arch/amd64/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 146afb1ed27c9261513f95f8a3faed952447dd8f X-VCS-Branch: master Date: Wed, 22 Nov 2023 11:52:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cbf522d8-22d3-4bc3-aafe-3f0ac4965bc8 X-Archives-Hash: 25d6fb82f89a060983d779b7477cdfcc commit: 146afb1ed27c9261513f95f8a3faed952447dd8f Author: Paul Zander gmail com> AuthorDate: Fri Nov 17 16:22:08 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Nov 22 11:51:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=146afb1e profiles: allow USE=hip only on amd64 Signed-off-by: Paul Zander gmail.com> Closes: https://github.com/gentoo/gentoo/pull/33874 Signed-off-by: Sam James gentoo.org> profiles/arch/amd64/use.mask | 4 ++++ profiles/arch/amd64/use.stable.mask | 4 ++++ profiles/arch/base/use.mask | 3 +++ 3 files changed, 11 insertions(+) diff --git a/profiles/arch/amd64/use.mask b/profiles/arch/amd64/use.mask index 3e17c184e946..048f26b5883f 100644 --- a/profiles/arch/amd64/use.mask +++ b/profiles/arch/amd64/use.mask @@ -4,6 +4,10 @@ # Unmask the flag which corresponds to ARCH. -amd64 +# Paul Zander (2023-11-17) +# ROCm/HIP works here +-hip + # Andrew Ammerlaan (2023-07-11) # Unmask secureboot flag on arches where sbsigntools is keyworded -secureboot diff --git a/profiles/arch/amd64/use.stable.mask b/profiles/arch/amd64/use.stable.mask index dc93eb4e00b2..5f97cbc0e630 100644 --- a/profiles/arch/amd64/use.stable.mask +++ b/profiles/arch/amd64/use.stable.mask @@ -4,6 +4,10 @@ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Paul Zander (2023-11-17) +# ROCm/HIP is not suitable for stabilization. +hip + # Jimi Huotari (2023-03-03) # Mask until stable. pyside6 diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index fea25523e4a2..216f30b7336f 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -37,6 +37,9 @@ oci8 cuda nvenc +# ROCm/HIP only works on amd64 +hip + # masking here, and unmasking in arch/x86/use.mask vidix