dev-debug/gdb[rocm]: limit dependencies for dev-libs/rocdbgapi

gdb-15.2 fails to compile with rocdbgapi-6.3 due to API change.

gdb-16.1 and gdb-9999 fail to compile with rocdbgapi-6.1.1 due to "amd-dbgapi >= 0.75.0" requirement.

All changes are just compilation fixes, so no revision bumps.

Closes: https://bugs.gentoo.org/948372
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sv. Lockal
2025-01-29 19:49:53 +00:00
committed by Sam James
parent c457c9dd71
commit 8c725c47db
3 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
guile? ( ${GUILE_DEPS} )
xml? ( dev-libs/expat )
rocm? ( dev-libs/rocdbgapi )
rocm? ( <dev-libs/rocdbgapi-6.3 )
source-highlight? (
dev-util/source-highlight
)

View File

@@ -102,7 +102,7 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
guile? ( ${GUILE_DEPS} )
xml? ( dev-libs/expat )
rocm? ( dev-libs/rocdbgapi )
rocm? ( >=dev-libs/rocdbgapi-6.3 )
source-highlight? (
dev-util/source-highlight
)

View File

@@ -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
@@ -102,7 +102,7 @@ RDEPEND="
python? ( ${PYTHON_DEPS} )
guile? ( ${GUILE_DEPS} )
xml? ( dev-libs/expat )
rocm? ( dev-libs/rocdbgapi )
rocm? ( >=dev-libs/rocdbgapi-6.3 )
source-highlight? (
dev-util/source-highlight
)