Gentoo Archives: gentoo-commits

From: Benda XU <heroxbd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/hip/
Date: Sun, 27 Mar 2022 03:27:01
Message-Id: 1648351613.758f82215688e61b35041752a95f9d234fdd3478.heroxbd@gentoo
1 commit: 758f82215688e61b35041752a95f9d234fdd3478
2 Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 03:26:18 2022 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 03:26:53 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758f8221
7
8 dev-util/hip: move opengl header dependence to DEPEND.
9
10 Bug: https://github.com/gentoo/gentoo/pull/24755
11 Credit: Sam James
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
14
15 dev-util/hip/hip-5.0.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-util/hip/hip-5.0.2.ebuild b/dev-util/hip/hip-5.0.2.ebuild
19 index b83416aa68d3..e3438bc87ea4 100644
20 --- a/dev-util/hip/hip-5.0.2.ebuild
21 +++ b/dev-util/hip/hip-5.0.2.ebuild
22 @@ -24,11 +24,11 @@ DEPEND="
23 dev-util/rocminfo:${SLOT}
24 =sys-devel/llvm-roc-${PV}*[runtime]
25 dev-libs/rocm-comgr:${SLOT}
26 + virtual/opengl
27 "
28 RDEPEND="${DEPEND}
29 dev-perl/URI-Encode
30 dev-libs/roct-thunk-interface:${SLOT}"
31 -BDEPEND="virtual/opengl"
32
33 PATCHES=(
34 "${FILESDIR}/${PN}-5.0.1-DisableTest.patch"