commit: ef7ae94c3b7bca8ee1673134882519eaff5cc642 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Feb 17 07:13:07 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Feb 17 07:13:07 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7ae94c
dev-util/pwntools: add upstream bug links for <unicorn-2.1.4 dep Signed-off-by: Sam James <sam <AT> gentoo.org> dev-util/pwntools/pwntools-4.15.0.ebuild | 5 ++++- dev-util/pwntools/pwntools-9999.ebuild | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-util/pwntools/pwntools-4.15.0.ebuild b/dev-util/pwntools/pwntools-4.15.0.ebuild index dde08268df2e..8c05c7f689a6 100644 --- a/dev-util/pwntools/pwntools-4.15.0.ebuild +++ b/dev-util/pwntools/pwntools-4.15.0.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 @@ -24,6 +24,9 @@ fi LICENSE="MIT GPL-2+ BSD-2" SLOT="0" +# <unicorn-2.1.4: +# https://github.com/Gallopsled/pwntools/issues/2619 +# https://github.com/unicorn-engine/unicorn/issues/2134 RDEPEND=" ${PYTHON_DEPS} >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}] diff --git a/dev-util/pwntools/pwntools-9999.ebuild b/dev-util/pwntools/pwntools-9999.ebuild index ddf3238e2373..52aba45369c0 100644 --- a/dev-util/pwntools/pwntools-9999.ebuild +++ b/dev-util/pwntools/pwntools-9999.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 @@ -24,6 +24,9 @@ fi LICENSE="MIT GPL-2+ BSD-2" SLOT="0" +# <unicorn-2.1.4: +# https://github.com/Gallopsled/pwntools/issues/2619 +# https://github.com/unicorn-engine/unicorn/issues/2134 RDEPEND=" ${PYTHON_DEPS} >=dev-libs/capstone-3.0.5[python,${PYTHON_USEDEP}]
