diff options
author | YiyangWu <xgreenlandforwyy@gmail.com> | 2022-03-25 22:42:35 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2022-03-25 23:51:43 +0800 |
commit | 478d29974b0b6af3fea603ea2eccc6c44401c237 (patch) | |
tree | dfb4920119a305ccdce367aed4b1cc8b25fb4cc7 /dev-util/hip | |
parent | dev-python/requests-ntlm: keyword 1.1.0-r1 for ~riscv (diff) | |
download | gentoo-478d29974b0b6af3fea603ea2eccc6c44401c237.tar.gz gentoo-478d29974b0b6af3fea603ea2eccc6c44401c237.tar.bz2 gentoo-478d29974b0b6af3fea603ea2eccc6c44401c237.zip |
dev-util/hip: fix missing rocm-comgr dependency
Closes: https://github.com/gentoo/gentoo/pull/24746
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'dev-util/hip')
-rw-r--r-- | dev-util/hip/hip-5.0.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-util/hip/hip-5.0.2.ebuild b/dev-util/hip/hip-5.0.2.ebuild index a545153b1f54..7cfcb53eb029 100644 --- a/dev-util/hip/hip-5.0.2.ebuild +++ b/dev-util/hip/hip-5.0.2.ebuild @@ -23,6 +23,7 @@ IUSE="debug profile" DEPEND=" dev-util/rocminfo:${SLOT} =sys-devel/llvm-roc-${PV}*[runtime] + dev-libs/rocm-comgr:${SLOT} " RDEPEND="${DEPEND} dev-perl/URI-Encode |