commit:     d9c5783fdaf1ac1dc1bce99682518036f41d09b1
Author:     Sv. Lockal <lockalsash <AT> gmail <DOT> com>
AuthorDate: Thu Jan 30 15:14:39 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 13 08:35:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9c5783f

dev-libs/rocm-comgr: fix dependencies for 5.7.1 from above

Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild 
b/dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild
index 15b9eeb38273..51d6b5c419b1 100644
--- a/dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild
+++ b/dev-libs/rocm-comgr/rocm-comgr-5.7.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -38,7 +38,9 @@ 
HOMEPAGE="https://github.com/RadeonOpenCompute/ROCm-CompilerSupport";
 LICENSE="MIT"
 SLOT="0/$(ver_cut 1-2)"
 
-RDEPEND=">=dev-libs/rocm-device-libs-${PV}
+RDEPEND="
+       >=dev-libs/rocm-device-libs-${PV}
+       <dev-libs/rocm-device-libs-6
        llvm-core/clang:${LLVM_MAX_SLOT}=
        llvm-core/clang-runtime:=
        llvm-core/lld:${LLVM_MAX_SLOT}="

Reply via email to