mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-07 00:05:47 +03:00
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:
@@ -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=(
|
||||
|
||||
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user