dev-libs/rocdbgapi: depends on sys-apps/hwdata and dev-build/cmake

Package fails to compile if sys-apps/hwdata (pci.ids) and dev-build/cmake are missing.

Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40373
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sv. Lockal
2025-01-29 20:46:56 +00:00
committed by Sam James
parent 8c725c47db
commit 3e1b36014c
3 changed files with 9 additions and 3 deletions

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
@@ -16,6 +16,7 @@ SLOT="0/$(ver_cut 1-2)"
IUSE="doc"
BDEPEND="
dev-build/cmake
doc? (
app-text/doxygen[dot]
virtual/latex-base
@@ -26,6 +27,7 @@ BDEPEND="
RDEPEND="
dev-libs/rocm-comgr:${SLOT}
dev-libs/rocr-runtime:${SLOT}
sys-apps/hwdata
"
DEPEND="${RDEPEND}"

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
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
IUSE="doc"
BDEPEND="
dev-build/cmake
doc? (
app-text/doxygen[dot]
virtual/latex-base
@@ -27,6 +28,7 @@ BDEPEND="
RDEPEND="
dev-libs/rocm-comgr:${SLOT}
dev-libs/rocr-runtime:${SLOT}
sys-apps/hwdata
"
DEPEND="${RDEPEND}"

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
@@ -17,6 +17,7 @@ KEYWORDS="~amd64"
IUSE="doc"
BDEPEND="
dev-build/cmake
doc? (
app-text/doxygen[dot]
virtual/latex-base
@@ -27,6 +28,7 @@ BDEPEND="
RDEPEND="
dev-libs/rocm-comgr:${SLOT}
dev-libs/rocr-runtime:${SLOT}
sys-apps/hwdata
"
DEPEND="${RDEPEND}"