From 75223a92938ffd53705c4df2ede27b09c0176f5d Mon Sep 17 00:00:00 2001 From: Mario Haustein Date: Tue, 14 Oct 2025 23:41:03 +0200 Subject: [PATCH] dev-debug/pwndbg: sync live Signed-off-by: Mario Haustein Part-of: https://github.com/gentoo/gentoo/pull/44181 Signed-off-by: Sam James --- dev-debug/pwndbg/pwndbg-99999999.ebuild | 27 +++++++++++-------------- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/dev-debug/pwndbg/pwndbg-99999999.ebuild b/dev-debug/pwndbg/pwndbg-99999999.ebuild index a8d053a4c16ea..cc8946a651415 100644 --- a/dev-debug/pwndbg/pwndbg-99999999.ebuild +++ b/dev-debug/pwndbg/pwndbg-99999999.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_PEP517=hatchling DISTUTILS_SINGLE_IMPL=1 PYTHON_COMPAT=( python3_{10..13} ) -inherit distutils-r1 wrapper +inherit distutils-r1 DESCRIPTION="A GDB plug-in that makes debugging with GDB suck less" HOMEPAGE="https://github.com/pwndbg/pwndbg" @@ -29,19 +29,19 @@ RDEPEND=" dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] ~dev-python/gdb-pt-dump-0.0.0_p20240401[${PYTHON_SINGLE_USEDEP}] $(python_gen_cond_dep ' - >=dev-libs/capstone-5.0.3[python,${PYTHON_USEDEP}] - >=dev-python/psutil-6.1.1[${PYTHON_USEDEP}] - >=dev-python/pycparser-2.22[${PYTHON_USEDEP}] - >=dev-python/pyelftools-0.29[${PYTHON_USEDEP}] - >=dev-python/pygments-2.18.0[${PYTHON_USEDEP}] - >=dev-python/requests-2.32.3[${PYTHON_USEDEP}] - >=dev-python/rich-13.7.1[${PYTHON_USEDEP}] + >=dev-libs/capstone-6.0.0_alpha5[python,${PYTHON_USEDEP}] + >=dev-python/psutil-7.0.0[${PYTHON_USEDEP}] + >=dev-python/pycparser-2.23[${PYTHON_USEDEP}] + >=dev-python/pyelftools-0.32[${PYTHON_USEDEP}] + >=dev-python/pygments-2.19.2[${PYTHON_USEDEP}] + >=dev-python/requests-2.32.5[${PYTHON_USEDEP}] + >=dev-python/rich-14.1.0[${PYTHON_USEDEP}] >=dev-python/sortedcontainers-2.4.0[${PYTHON_USEDEP}] >=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}] - >=dev-python/typing-extensions-4.12.0[${PYTHON_USEDEP}] - >=dev-util/pwntools-4.14.0[${PYTHON_USEDEP}] - >=dev-util/ROPgadget-7.3[${PYTHON_USEDEP}] - >=dev-util/unicorn-2.1.3[python,${PYTHON_USEDEP}] + >=dev-python/typing-extensions-4.15.0[${PYTHON_USEDEP}] + >=dev-util/pwntools-4.14.1[${PYTHON_USEDEP}] + >=dev-util/ROPgadget-7.6[${PYTHON_USEDEP}] + >=dev-util/unicorn-2.1.4[python,${PYTHON_USEDEP}] ') " @@ -60,9 +60,6 @@ src_install() { python_optimize "${ED}"/usr/share/${PN} - make_wrapper "pwndbg" \ - "gdb -x \"${EPREFIX}/usr/share/${PN}/gdbinit.py\"" || die - dodoc README.md dodoc -r docs }