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 5FB0C15808B for ; Fri, 25 Mar 2022 15:52:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73177E069C; Fri, 25 Mar 2022 15:52:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 14DD4E069C for ; Fri, 25 Mar 2022 15:52:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C478D343434 for ; Fri, 25 Mar 2022 15:52:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09497250 for ; Fri, 25 Mar 2022 15:52:24 +0000 (UTC) From: "Benda XU" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Benda XU" Message-ID: <1648223503.478d29974b0b6af3fea603ea2eccc6c44401c237.heroxbd@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/hip/hip-5.0.2.ebuild X-VCS-Directories: dev-util/hip/ X-VCS-Committer: heroxbd X-VCS-Committer-Name: Benda XU X-VCS-Revision: 478d29974b0b6af3fea603ea2eccc6c44401c237 X-VCS-Branch: master Date: Fri, 25 Mar 2022 15: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: edf40c76-2cf7-4b16-968e-7c852866fb23 X-Archives-Hash: 3d00c88d0323257157752161cfe775ba commit: 478d29974b0b6af3fea603ea2eccc6c44401c237 Author: YiyangWu gmail com> AuthorDate: Fri Mar 25 14:42:35 2022 +0000 Commit: Benda XU gentoo org> CommitDate: Fri Mar 25 15:51:43 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478d2997 dev-util/hip: fix missing rocm-comgr dependency Closes: https://github.com/gentoo/gentoo/pull/24746 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu gmail.com> Signed-off-by: Benda Xu gentoo.org> dev-util/hip/hip-5.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/hip/hip-5.0.2.ebuild b/dev-util/hip/hip-5.0.2.ebuild index a545153b1f54..7cfcb53eb029 100644 --- a/dev-util/hip/hip-5.0.2.ebuild +++ b/dev-util/hip/hip-5.0.2.ebuild @@ -23,6 +23,7 @@ IUSE="debug profile" DEPEND=" dev-util/rocminfo:${SLOT} =sys-devel/llvm-roc-${PV}*[runtime] + dev-libs/rocm-comgr:${SLOT} " RDEPEND="${DEPEND} dev-perl/URI-Encode