diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-13 19:46:14 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-13 19:46:14 +0000 |
| commit | 547e06aefa32573acff43706477f83e004c88040 (patch) | |
| tree | c44602cbde473aeca0a3893a154d16a7e3364111 /dev-debug/gdb | |
| parent | 3c77732b59f2e9aa0e654078f60575de79a58ce7 (diff) | |
| download | baldeagleos-repo-547e06aefa32573acff43706477f83e004c88040.tar.gz baldeagleos-repo-547e06aefa32573acff43706477f83e004c88040.tar.xz baldeagleos-repo-547e06aefa32573acff43706477f83e004c88040.zip | |
Adding metadata
Diffstat (limited to 'dev-debug/gdb')
| -rw-r--r-- | dev-debug/gdb/gdb-15.2-r101.ebuild | 2 | ||||
| -rw-r--r-- | dev-debug/gdb/gdb-16.2.ebuild | 2 | ||||
| -rw-r--r-- | dev-debug/gdb/gdb-9999.ebuild | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-debug/gdb/gdb-15.2-r101.ebuild b/dev-debug/gdb/gdb-15.2-r101.ebuild index e255f06cc78c..d34221a53bd9 100644 --- a/dev-debug/gdb/gdb-15.2-r101.ebuild +++ b/dev-debug/gdb/gdb-15.2-r101.ebuild @@ -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 ) diff --git a/dev-debug/gdb/gdb-16.2.ebuild b/dev-debug/gdb/gdb-16.2.ebuild index f1783b422496..def46b5d9288 100644 --- a/dev-debug/gdb/gdb-16.2.ebuild +++ b/dev-debug/gdb/gdb-16.2.ebuild @@ -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 ) diff --git a/dev-debug/gdb/gdb-9999.ebuild b/dev-debug/gdb/gdb-9999.ebuild index 22c338fdf6c0..def46b5d9288 100644 --- a/dev-debug/gdb/gdb-9999.ebuild +++ b/dev-debug/gdb/gdb-9999.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 @@ -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 ) |
