dev-debug/pwndbg: remove unneeded file

Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Part-of: https://github.com/gentoo/gentoo/pull/44209
Closes: https://github.com/gentoo/gentoo/pull/44209
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Mario Haustein
2025-10-16 19:51:37 +02:00
committed by Sam James
parent 1d3ba928bd
commit cd27638d4e
2 changed files with 0 additions and 8 deletions

View File

@@ -54,10 +54,6 @@ src_install() {
insinto /usr/share/${PN}
doins gdbinit.py
# Signal pwndbg not to create it's own python venv (Bug #918705).
# See: https://github.com/pwndbg/pwndbg/commit/139b7542cd9567eaff32bd713df971b6ac5b81de
touch "${ED}/usr/share/${PN}/.skip-venv" || die
python_optimize "${ED}"/usr/share/${PN}
dodoc README.md

View File

@@ -54,10 +54,6 @@ src_install() {
insinto /usr/share/${PN}
doins gdbinit.py
# Signal pwndbg not to create it's own python venv (Bug #918705).
# See: https://github.com/pwndbg/pwndbg/commit/139b7542cd9567eaff32bd713df971b6ac5b81de
touch "${ED}/usr/share/${PN}/.skip-venv" || die
python_optimize "${ED}"/usr/share/${PN}
dodoc README.md