commit: 65ad645fd128cdc620d49d6eeb7217abd16bbcdd Author: Wilfried Holzke <gentoo <AT> holzke <DOT> net> AuthorDate: Sun Nov 15 10:13:37 2020 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Sun Nov 15 12:43:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ad645f
dev-libs/rocr-runtime: Fixes dependency due to changed bitcode location Signed-off-by: Wilfried Holzke <gentoo <AT> holzke.net> Closes: https://bugs.gentoo.org/754351 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Closes: https://github.com/gentoo/gentoo/pull/18266 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild b/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild index 2a972d7fd3d..a53ba934d9c 100644 --- a/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild +++ b/dev-libs/rocr-runtime/rocr-runtime-3.8.0.ebuild @@ -29,7 +29,7 @@ COMMON_DEPEND="sys-process/numactl RDEPEND="${COMMON_DEPEND}" DEPEND="${COMMON_DEPEND} >=dev-libs/roct-thunk-interface-${PV} - >=dev-libs/rocm-device-libs-${PV}" + ~dev-libs/rocm-device-libs-${PV}" BDEPEND="app-editors/vim-core" # vim-core is needed for "xxd"
