commit: 2a154b03bb0af6f83df39f3d4fe5724a7ebcf59b Author: YiyangWu <xgreenlandforwyy <AT> gmail <DOT> com> AuthorDate: Sat Mar 26 08:11:34 2022 +0000 Commit: Benda XU <heroxbd <AT> gentoo <DOT> org> CommitDate: Sun Mar 27 03:16:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a154b03
dev-util/hip: add missing BDEPEND providing GL/glx.h Previously this is the (build-time) dependency of rocclr, which has DEPEND="virtual/opengl" to make sure GL/glx.h is present. Now hip-5 bundles rocclr and this BDEPEND shuold be added. Closes: https://github.com/gentoo/gentoo/pull/24755 Closes: https://bugs.gentoo.org/836136 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy <AT> gmail.com> Signed-off-by: Benda Xu <heroxbd <AT> 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 7cfcb53eb029..b83416aa68d3 100644 --- a/dev-util/hip/hip-5.0.2.ebuild +++ b/dev-util/hip/hip-5.0.2.ebuild @@ -28,6 +28,7 @@ DEPEND=" RDEPEND="${DEPEND} dev-perl/URI-Encode dev-libs/roct-thunk-interface:${SLOT}" +BDEPEND="virtual/opengl" PATCHES=( "${FILESDIR}/${PN}-5.0.1-DisableTest.patch"
