mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
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:
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user