summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-08-29 02:11:02 +0100
committerSam James <sam@gentoo.org>2024-08-29 02:11:02 +0100
commit1af069a682d3d4716a6154ac549de209a02c1099 (patch)
tree5ae5cfd21060b82f939982f76d67eaecfdc37520 /dev-debug/drgn
parentapp-shells/bash: add 5.3_alpha_p20240828 (diff)
downloadgentoo-1af069a682d3d4716a6154ac549de209a02c1099.tar.gz
gentoo-1af069a682d3d4716a6154ac549de209a02c1099.tar.bz2
gentoo-1af069a682d3d4716a6154ac549de209a02c1099.zip
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@gentoo.org>
Diffstat (limited to 'dev-debug/drgn')
-rw-r--r--dev-debug/drgn/drgn-0.0.27-r1.ebuild (renamed from dev-debug/drgn/drgn-0.0.27.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-debug/drgn/drgn-0.0.27.ebuild b/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="