mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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}"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user