commit: 4e81b9fbdfae258460adaf8b7fca1532b11b2b5f Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Wed Jul 16 14:22:01 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jul 19 16:59:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e81b9fb
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 <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43026 Closes: https://github.com/gentoo/gentoo/pull/43026 Signed-off-by: Sam James <sam <AT> gentoo.org> 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 61bd20d04920..d8973d3c89e5 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