commit: 8a55dabb0500ac308be7df187bbeee326825a221 Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Thu Jan 1 22:48:58 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 1 23:05:34 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a55dabb
dev-debug/pwndbg: readd dependency to dev-util/ROPgadget This reverts commit 2b624bd93f80d60e982cb7e46588b68f17093212. Bug: https://bugs.gentoo.org/967775 Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Part-of: https://github.com/gentoo/gentoo/pull/45228 Closes: https://github.com/gentoo/gentoo/pull/45228 Signed-off-by: Sam James <sam <AT> gentoo.org> .../{pwndbg-20250530-r2.ebuild => pwndbg-20250530-r3.ebuild} | 8 ++------ .../{pwndbg-20251010-r2.ebuild => pwndbg-20251010-r3.ebuild} | 8 ++------ .../{pwndbg-20251020-r2.ebuild => pwndbg-20251020-r3.ebuild} | 8 ++------ dev-debug/pwndbg/pwndbg-99999999.ebuild | 8 ++------ 4 files changed, 8 insertions(+), 24 deletions(-) diff --git a/dev-debug/pwndbg/pwndbg-20250530-r2.ebuild b/dev-debug/pwndbg/pwndbg-20250530-r3.ebuild similarity index 86% rename from dev-debug/pwndbg/pwndbg-20250530-r2.ebuild rename to dev-debug/pwndbg/pwndbg-20250530-r3.ebuild index 3ef94030511f..e61ba0673ed7 100644 --- a/dev-debug/pwndbg/pwndbg-20250530-r2.ebuild +++ b/dev-debug/pwndbg/pwndbg-20250530-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,11 +25,6 @@ fi LICENSE="MIT" SLOT="0" -# Dropped >=dev-util/ROPgadget-7.3[${PYTHON_USEDEP}]. It is incompatible with -# Capstone 6, but pwndbg requires at least Capstone 6. Readd the dependency as -# soon as it is compatible with Capstone 6. Although it is flagged as optional -# in `pyproject.toml`, dropping it renders the `ropgadget`-command useless. -# See bug #967775. RDEPEND=" dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] ~dev-python/gdb-pt-dump-0.0.0_p20240401[${PYTHON_SINGLE_USEDEP}] @@ -45,6 +40,7 @@ RDEPEND=" >=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}] ') " diff --git a/dev-debug/pwndbg/pwndbg-20251010-r2.ebuild b/dev-debug/pwndbg/pwndbg-20251010-r3.ebuild similarity index 84% rename from dev-debug/pwndbg/pwndbg-20251010-r2.ebuild rename to dev-debug/pwndbg/pwndbg-20251010-r3.ebuild index 90c2164934dd..46263a0a2a23 100644 --- a/dev-debug/pwndbg/pwndbg-20251010-r2.ebuild +++ b/dev-debug/pwndbg/pwndbg-20251010-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,11 +25,6 @@ fi LICENSE="MIT" SLOT="0" -# Dropped >=dev-util/ROPgadget-7.3[${PYTHON_USEDEP}]. It is incompatible with -# Capstone 6, but pwndbg requires at least Capstone 6. Readd the dependency as -# soon as it is compatible with Capstone 6. Although it is flagged as optional -# in `pyproject.toml`, dropping it renders the `ropgadget`-command useless. -# See bug #967775. RDEPEND=" dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] ~dev-python/gdb-pt-dump-0.0.0_p20240401[${PYTHON_SINGLE_USEDEP}] @@ -45,6 +40,7 @@ RDEPEND=" >=dev-python/tabulate-0.9.0[${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}] ') " diff --git a/dev-debug/pwndbg/pwndbg-20251020-r2.ebuild b/dev-debug/pwndbg/pwndbg-20251020-r3.ebuild similarity index 84% rename from dev-debug/pwndbg/pwndbg-20251020-r2.ebuild rename to dev-debug/pwndbg/pwndbg-20251020-r3.ebuild index 90c2164934dd..46263a0a2a23 100644 --- a/dev-debug/pwndbg/pwndbg-20251020-r2.ebuild +++ b/dev-debug/pwndbg/pwndbg-20251020-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,11 +25,6 @@ fi LICENSE="MIT" SLOT="0" -# Dropped >=dev-util/ROPgadget-7.3[${PYTHON_USEDEP}]. It is incompatible with -# Capstone 6, but pwndbg requires at least Capstone 6. Readd the dependency as -# soon as it is compatible with Capstone 6. Although it is flagged as optional -# in `pyproject.toml`, dropping it renders the `ropgadget`-command useless. -# See bug #967775. RDEPEND=" dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] ~dev-python/gdb-pt-dump-0.0.0_p20240401[${PYTHON_SINGLE_USEDEP}] @@ -45,6 +40,7 @@ RDEPEND=" >=dev-python/tabulate-0.9.0[${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}] ') " diff --git a/dev-debug/pwndbg/pwndbg-99999999.ebuild b/dev-debug/pwndbg/pwndbg-99999999.ebuild index 90c2164934dd..46263a0a2a23 100644 --- a/dev-debug/pwndbg/pwndbg-99999999.ebuild +++ b/dev-debug/pwndbg/pwndbg-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -25,11 +25,6 @@ fi LICENSE="MIT" SLOT="0" -# Dropped >=dev-util/ROPgadget-7.3[${PYTHON_USEDEP}]. It is incompatible with -# Capstone 6, but pwndbg requires at least Capstone 6. Readd the dependency as -# soon as it is compatible with Capstone 6. Although it is flagged as optional -# in `pyproject.toml`, dropping it renders the `ropgadget`-command useless. -# See bug #967775. RDEPEND=" dev-debug/gdb[python,${PYTHON_SINGLE_USEDEP}] ~dev-python/gdb-pt-dump-0.0.0_p20240401[${PYTHON_SINGLE_USEDEP}] @@ -45,6 +40,7 @@ RDEPEND=" >=dev-python/tabulate-0.9.0[${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}] ') "
