From 4e81b9fbdfae258460adaf8b7fca1532b11b2b5f Mon Sep 17 00:00:00 2001 From: "Sv. Lockal" Date: Wed, 16 Jul 2025 14:22:01 +0000 Subject: [PATCH] dev-util/rocm-smi: update DEPENDS rocm-smi uses `libdrm/drm.h` and `linux/ioctl.h` headers. Closes: https://bugs.gentoo.org/960283 Signed-off-by: Sv. Lockal Part-of: https://github.com/gentoo/gentoo/pull/43026 Closes: https://github.com/gentoo/gentoo/pull/43026 Signed-off-by: Sam James --- dev-util/rocm-smi/rocm-smi-6.4.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-util/rocm-smi/rocm-smi-6.4.1.ebuild b/dev-util/rocm-smi/rocm-smi-6.4.1.ebuild index 61bd20d049200..d8973d3c89e57 100644 --- a/dev-util/rocm-smi/rocm-smi-6.4.1.ebuild +++ b/dev-util/rocm-smi/rocm-smi-6.4.1.ebuild @@ -25,6 +25,10 @@ SLOT="0/$(ver_cut 1-2)" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS}" +DEPEND="${RDEPEND} + sys-kernel/linux-headers + x11-libs/libdrm +" PATCHES=( "${FILESDIR}"/${PN}-5.7.1-no-strip.patch