commit: 1af069a682d3d4716a6154ac549de209a02c1099 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Aug 29 01:11:02 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Aug 29 01:11:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af069a6
dev-debug/drgn: fix dev-libs/libkdumpfile dep The Python bindings from dev-libs/libkdumpfile aren't used. Bug: https://bugs.gentoo.org/938584 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/drgn/{drgn-0.0.27.ebuild => drgn-0.0.27-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-debug/drgn/drgn-0.0.27.ebuild b/dev-debug/drgn/drgn-0.0.27-r1.ebuild similarity index 96% rename from dev-debug/drgn/drgn-0.0.27.ebuild rename to dev-debug/drgn/drgn-0.0.27-r1.ebuild index 7ee10c7c39b4..d3dfa2a25dd9 100644 --- a/dev-debug/drgn/drgn-0.0.27.ebuild +++ b/dev-debug/drgn/drgn-0.0.27-r1.ebuild @@ -23,7 +23,7 @@ IUSE="openmp" DEPEND=" >=dev-libs/elfutils-0.165 - dev-libs/libkdumpfile[${PYTHON_USEDEP}] + dev-libs/libkdumpfile " RDEPEND="${DEPEND}" BDEPEND="
