dev-debug/pwndbg: fix dependencies according to upstream requirements

Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/40603
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Mario Haustein
2025-02-16 22:20:17 +01:00
committed by Sam James
parent c5aea11f7b
commit dcf5c7713b
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ RDEPEND="
>=dev-python/typing-extensions-4.12.0[${PYTHON_USEDEP}]
>=dev-util/pwntools-4.13.1[${PYTHON_USEDEP}]
>=dev-util/ROPgadget-7.3[${PYTHON_USEDEP}]
>=dev-util/unicorn-2.0.1[python,${PYTHON_USEDEP}]
>=dev-util/unicorn-2.1.1[python,${PYTHON_USEDEP}]
')
"

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -38,7 +38,7 @@ RDEPEND="
>=dev-python/typing-extensions-4.6.1[${PYTHON_USEDEP}]
>=dev-util/pwntools-4.11.0[${PYTHON_USEDEP}]
>=dev-util/ROPgadget-7.2[${PYTHON_USEDEP}]
>=dev-util/unicorn-2.0.1[python,${PYTHON_USEDEP}]
>=dev-util/unicorn-2.1.1[python,${PYTHON_USEDEP}]
')
"