commit:     b91e3faab0bbb54c22f4289897d5d6ef90a1c590
Author:     Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Sun Feb 18 22:21:51 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 07:50:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b91e3faa

dev-debug/pwndbg: sync live

Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/35415
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-debug/pwndbg/pwndbg-99999999.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-debug/pwndbg/pwndbg-99999999.ebuild 
b/dev-debug/pwndbg/pwndbg-99999999.ebuild
index 304326ef2983..660b4d397fec 100644
--- a/dev-debug/pwndbg/pwndbg-99999999.ebuild
+++ b/dev-debug/pwndbg/pwndbg-99999999.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
 DISTUTILS_SINGLE_IMPL=1
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 wrapper
 
@@ -18,7 +18,7 @@ if [[ ${PV} == "99999999" ]]; then
 else
        MY_PV="${PV:0:4}.${PV:4:2}.${PV:6:2}"
        SRC_URI="https://github.com/pwndbg/pwndbg/archive/${MY_PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~arm64 ~x86"
+       KEYWORDS="~amd64 ~x86"
        S="${WORKDIR}/${PN}-${MY_PV}"
 fi
 
@@ -36,12 +36,15 @@ RDEPEND="
                >=dev-python/pygments-2.15.1[${PYTHON_USEDEP}]
                >=dev-python/tabulate-0.9.0[${PYTHON_USEDEP}]
                >=dev-python/typing-extensions-4.6.1[${PYTHON_USEDEP}]
-               >=dev-util/pwntools-4.10.0[${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}]
        ')
 "
 
+# Tests are architectur-specific (precompiled binaries)
+RESTRICT="test"
+
 src_prepare() {
        if [[ ${PV} != 99999999 ]]; then
                sed -e "s/__version__ = '\(.*\)'/__version__ = '${PV}'/" \

Reply via email to