commit: 5cfd8494dd0e1da793142e344909e7ba3b135f68 Author: Sv. Lockal <lockalsash <AT> gmail <DOT> com> AuthorDate: Wed Oct 29 16:50:19 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=5cfd8494
dev-util/amdsmi: fix missing dependency for libdrm/amdgpu.h Bug: https://bugs.gentoo.org/963526 Signed-off-by: Sv. Lockal <lockalsash <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44373 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/amdsmi/amdsmi-7.0.2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/amdsmi/amdsmi-7.0.2.ebuild b/dev-util/amdsmi/amdsmi-7.0.2.ebuild index a748666b9982..b04114e14b48 100644 --- a/dev-util/amdsmi/amdsmi-7.0.2.ebuild +++ b/dev-util/amdsmi/amdsmi-7.0.2.ebuild @@ -34,6 +34,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" ${PYTHON_DEPS} test? ( dev-cpp/gtest ) + x11-libs/libdrm[video_cards_amdgpu] " RDEPEND=" ${PYTHON_DEPS}
