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 3F9CB158016 for ; Sat, 23 Dec 2023 10:44:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D9DEC2BC028; Sat, 23 Dec 2023 10:44:01 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C31B42BC028 for ; Sat, 23 Dec 2023 10:44:01 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F5FB33F9FD for ; Sat, 23 Dec 2023 10:44:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDE8614B1 for ; Sat, 23 Dec 2023 10:43:57 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1703328221.563b5abdaf7e92576aa92b559e4c7970ed2c44fd.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 563b5abdaf7e92576aa92b559e4c7970ed2c44fd X-VCS-Branch: master Date: Sat, 23 Dec 2023 10:43:57 +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: 91c1615c-612f-4f9f-a90f-8fbd368cec8e X-Archives-Hash: b3fc3990aff9073310fb02e8718e3694 commit: 563b5abdaf7e92576aa92b559e4c7970ed2c44fd Author: Patrick Lauer gentoo org> AuthorDate: Sat Dec 23 10:39:34 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Sat Dec 23 10:43:41 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=563b5abd profiles: mask ROCm 6 until it's more reliable Signed-off-by: Patrick Lauer gentoo.org> profiles/package.mask | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index a883f2acea6b..4da6a55fefe9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,16 @@ #--- END OF EXAMPLES --- +# Patrick Lauer (2023-12-23) +# ROCm-6 builds but has runtime issues for me +>=dev-libs/roct-thunk-interface-6.0.0 +>=dev-libs/rocr-runtime-6.0.0 +>=dev-libs/rocm-comgr-6.0.0 +>=dev-libs/rocm-device-libs-6.0.0 +>=dev-libs/rocm-opencl-runtime-6.0.0 +>=dev-util/hipcc-6.0.0 +>=dev-util/hip-6.0.0 + # Michał Górny (2023-12-22) # Unmaintained. Last release in 2001. media-gfx/xfig # (that is still maintained) is recommended instead.