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 BFDB7158089 for ; Mon, 30 Oct 2023 09:22:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA4B42BC018; Mon, 30 Oct 2023 09:22:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 B17CD2BC018 for ; Mon, 30 Oct 2023 09:22:38 +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 8359E335C31 for ; Mon, 30 Oct 2023 09:22:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05C1411BA for ; Mon, 30 Oct 2023 09:22:36 +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: <1698657748.0dd665557da43c242e80202948ed39737ff3cfcb.patrick@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.7.1.ebuild X-VCS-Directories: dev-util/hip/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 0dd665557da43c242e80202948ed39737ff3cfcb X-VCS-Branch: master Date: Mon, 30 Oct 2023 09:22:36 +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: fccb8eeb-6f57-488a-9189-6bc0e735a947 X-Archives-Hash: 571c131bc61c86df358515402d6dcad7 commit: 0dd665557da43c242e80202948ed39737ff3cfcb Author: Patrick Lauer gentoo org> AuthorDate: Mon Oct 30 09:18:30 2023 +0000 Commit: 罗百科 gentoo org> CommitDate: Mon Oct 30 09:22:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dd66555 dev-util/hip: Fix dependencies xorg-proto is usually installed as a transitive dependency. This fails when binpkgs are involved. Make the implicit dependency explicit. Signed-off-by: Patrick Lauer gentoo.org> dev-util/hip/hip-5.7.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/hip/hip-5.7.1.ebuild b/dev-util/hip/hip-5.7.1.ebuild index 53bce91a3f33..0bba0d2f560b 100644 --- a/dev-util/hip/hip-5.7.1.ebuild +++ b/dev-util/hip/hip-5.7.1.ebuild @@ -26,6 +26,7 @@ DEPEND=" >=dev-util/rocminfo-5 sys-devel/clang:${LLVM_MAX_SLOT} dev-libs/rocm-comgr:${SLOT} + x11-base/xorg-proto virtual/opengl " RDEPEND="${DEPEND}