dev-libs/rocr-runtime: Depend on dev-libs/elfutils

Closes: https://bugs.gentoo.org/727042
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
Craig Andrews
2020-09-20 17:00:44 -04:00
parent e3fcbb316f
commit ffe3e301d4
2 changed files with 5 additions and 3 deletions

View File

@@ -24,7 +24,8 @@ PATCHES=(
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
COMMON_DEPEND="sys-process/numactl"
COMMON_DEPEND="sys-process/numactl
dev-libs/elfutils:="
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
>=dev-libs/roct-thunk-interface-${PV}

View File

@@ -24,12 +24,13 @@ PATCHES=(
LICENSE="MIT"
SLOT="0/$(ver_cut 1-2)"
COMMON_DEPEND="sys-process/numactl"
COMMON_DEPEND="sys-process/numactl
dev-libs/elfutils:="
RDEPEND="${COMMON_DEPEND}"
DEPEND="${COMMON_DEPEND}
>=dev-libs/roct-thunk-interface-${PV}
>=dev-libs/rocm-device-libs-${PV}"
BDEPEND=" app-editors/vim-core"
BDEPEND="app-editors/vim-core"
# vim-core is needed for "xxd"
src_prepare() {