dev-util/rocm-smi: fix missing dependency for libdrm/amdgpu.h

Closes: https://bugs.gentoo.org/963526
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44373
Closes: https://github.com/gentoo/gentoo/pull/44373
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sv. Lockal
2025-10-30 00:51:51 +08:00
committed by Sam James
parent 5cfd8494dd
commit 8d5ad326b5
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
sys-kernel/linux-headers
x11-libs/libdrm
x11-libs/libdrm[video_cards_amdgpu]
"
PATCHES=(

View File

@@ -28,7 +28,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="${PYTHON_DEPS}"
DEPEND="${RDEPEND}
sys-kernel/linux-headers
x11-libs/libdrm
x11-libs/libdrm[video_cards_amdgpu]
"
PATCHES=(