commit: 767338d9d0a43b22073fd22a8661ccf50541f8d8 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Mon Jun 2 19:38:21 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Jun 2 21:31:36 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=767338d9
dev-debug/pwndbg: sync live Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/42406 Closes: https://github.com/gentoo/gentoo/pull/42406 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-debug/pwndbg/pwndbg-99999999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-debug/pwndbg/pwndbg-99999999.ebuild b/dev-debug/pwndbg/pwndbg-99999999.ebuild index 67ca7222d929..a8d053a4c16e 100644 --- a/dev-debug/pwndbg/pwndbg-99999999.ebuild +++ b/dev-debug/pwndbg/pwndbg-99999999.ebuild @@ -30,7 +30,7 @@ RDEPEND=" ~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-5.9.8[${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}] @@ -63,7 +63,7 @@ src_install() { make_wrapper "pwndbg" \ "gdb -x \"${EPREFIX}/usr/share/${PN}/gdbinit.py\"" || die - dodoc {README,DEVELOPING,FEATURES}.md + dodoc README.md dodoc -r docs }
