commit: 8d5ad326b5be85333338d00f362a040883b5b13d Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Wed Oct 29 16:51:51 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Oct 29 19:23:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d5ad326
dev-util/rocm-smi: fix missing dependency for libdrm/amdgpu.h Closes: https://bugs.gentoo.org/963526 Signed-off-by: Sv. Lockal <lockalsash <AT> 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 <AT> gentoo.org> dev-util/rocm-smi/rocm-smi-6.4.3-r1.ebuild | 2 +- dev-util/rocm-smi/rocm-smi-7.0.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/rocm-smi/rocm-smi-6.4.3-r1.ebuild b/dev-util/rocm-smi/rocm-smi-6.4.3-r1.ebuild index 4984615888c7..87ae9e7c44e4 100644 --- a/dev-util/rocm-smi/rocm-smi-6.4.3-r1.ebuild +++ b/dev-util/rocm-smi/rocm-smi-6.4.3-r1.ebuild @@ -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=( diff --git a/dev-util/rocm-smi/rocm-smi-7.0.2.ebuild b/dev-util/rocm-smi/rocm-smi-7.0.2.ebuild index f36ceef350e8..9aceaae06297 100644 --- a/dev-util/rocm-smi/rocm-smi-7.0.2.ebuild +++ b/dev-util/rocm-smi/rocm-smi-7.0.2.ebuild @@ -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=(
