dev-debug/gdb: Sync with Gentoo

It's from Gentoo commit 8c725c47db48f2cfc57b00a21963e0b40d4b5788.
This commit is contained in:
Flatcar Buildbot 2025-02-17 07:05:38 +00:00 committed by Krzesimir Nowak
parent 41735b2e65
commit c6381bf481
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
)