From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 72C98158013 for ; Mon, 4 Dec 2023 08:33:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97D2F2BC016; Mon, 4 Dec 2023 08:33:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 802142BC016 for ; Mon, 4 Dec 2023 08:33:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C21EF33B864 for ; Mon, 4 Dec 2023 08:33:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FAFBAF7 for ; Mon, 4 Dec 2023 08:33:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1701678781.512978d6c38fca7d041a445c9d301847871958f0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/pwndbg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/pwndbg/pwndbg-99999999.ebuild X-VCS-Directories: dev-util/pwndbg/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 512978d6c38fca7d041a445c9d301847871958f0 X-VCS-Branch: master Date: Mon, 4 Dec 2023 08:33:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 91f75355-8f12-4534-b5ed-c8c0e79ae89d X-Archives-Hash: 1b2a1f82210e6f18b917969e5f724cd4 commit: 512978d6c38fca7d041a445c9d301847871958f0 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Wed Nov 29 19:42:17 2023 +0000 Commit: Sam James gentoo org> CommitDate: Mon Dec 4 08:33:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=512978d6 dev-util/pwndbg: use upstreams way to disable private venv Closes: https://bugs.gentoo.org/918705 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Signed-off-by: Sam James gentoo.org> dev-util/pwndbg/pwndbg-99999999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-util/pwndbg/pwndbg-99999999.ebuild b/dev-util/pwndbg/pwndbg-99999999.ebuild index e3e4ca316ffd..6b33c82b00d4 100644 --- a/dev-util/pwndbg/pwndbg-99999999.ebuild +++ b/dev-util/pwndbg/pwndbg-99999999.ebuild @@ -62,7 +62,10 @@ src_prepare() { src_install() { insinto /usr/share/${PN} doins -r pwndbg/ gdbinit.py # ida_script.py - doins -r gdb-pt-dump/ + + # 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}