summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenda Xu <heroxbd@gentoo.org>2022-03-27 11:26:18 +0800
committerBenda Xu <heroxbd@gentoo.org>2022-03-27 11:26:53 +0800
commit758f82215688e61b35041752a95f9d234fdd3478 (patch)
tree76f9aedfff943ad688f5744e8556cb59654ed3ce /dev-util/hip
parentnet-fs/nfs-utils: Version bump to 2.6.1 (diff)
downloadgentoo-758f82215688e61b35041752a95f9d234fdd3478.tar.gz
gentoo-758f82215688e61b35041752a95f9d234fdd3478.tar.bz2
gentoo-758f82215688e61b35041752a95f9d234fdd3478.zip
dev-util/hip: move opengl header dependence to DEPEND.
Bug: https://github.com/gentoo/gentoo/pull/24755 Credit: Sam James Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-util/hip')
-rw-r--r--dev-util/hip/hip-5.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/hip/hip-5.0.2.ebuild b/dev-util/hip/hip-5.0.2.ebuild
index b83416aa68d3..e3438bc87ea4 100644
--- a/dev-util/hip/hip-5.0.2.ebuild
+++ b/dev-util/hip/hip-5.0.2.ebuild
@@ -24,11 +24,11 @@ DEPEND="
dev-util/rocminfo:${SLOT}
=sys-devel/llvm-roc-${PV}*[runtime]
dev-libs/rocm-comgr:${SLOT}
+ virtual/opengl
"
RDEPEND="${DEPEND}
dev-perl/URI-Encode
dev-libs/roct-thunk-interface:${SLOT}"
-BDEPEND="virtual/opengl"
PATCHES=(
"${FILESDIR}/${PN}-5.0.1-DisableTest.patch"