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:19:02
Message-Id: 1648351001.2a154b03bb0af6f83df39f3d4fe5724a7ebcf59b.heroxbd@gentoo
1 commit: 2a154b03bb0af6f83df39f3d4fe5724a7ebcf59b
2 Author: YiyangWu <xgreenlandforwyy <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 26 08:11:34 2022 +0000
4 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 03:16:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a154b03
7
8 dev-util/hip: add missing BDEPEND providing GL/glx.h
9
10 Previously this is the (build-time) dependency of rocclr, which has
11 DEPEND="virtual/opengl" to make sure GL/glx.h is present. Now hip-5
12 bundles rocclr and this BDEPEND shuold be added.
13
14 Closes: https://github.com/gentoo/gentoo/pull/24755
15 Closes: https://bugs.gentoo.org/836136
16 Package-Manager: Portage-3.0.30, Repoman-3.0.3
17 Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com>
18 Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
19
20 dev-util/hip/hip-5.0.2.ebuild | 1 +
21 1 file changed, 1 insertion(+)
22
23 diff --git a/dev-util/hip/hip-5.0.2.ebuild b/dev-util/hip/hip-5.0.2.ebuild
24 index 7cfcb53eb029..b83416aa68d3 100644
25 --- a/dev-util/hip/hip-5.0.2.ebuild
26 +++ b/dev-util/hip/hip-5.0.2.ebuild
27 @@ -28,6 +28,7 @@ DEPEND="
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"