summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Haustein <mario.haustein@hrz.tu-chemnitz.de>2024-08-28 16:40:42 +0200
committerSam James <sam@gentoo.org>2024-08-29 04:21:57 +0100
commit34bde0be9ebff11005bda3e6984ecc3b1b6d1ff1 (patch)
tree435c57b4b957b06af8407bd9bc7c8f73f1642122 /dev-util
parentdev-libs/tlsh: Stabilize 4.8.2-r2 x86, #938655 (diff)
downloadgentoo-34bde0be9ebff11005bda3e6984ecc3b1b6d1ff1.tar.gz
gentoo-34bde0be9ebff11005bda3e6984ecc3b1b6d1ff1.tar.bz2
gentoo-34bde0be9ebff11005bda3e6984ecc3b1b6d1ff1.zip
dev-util/ROPgadget: enable py3.13
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/38316 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/ROPgadget/ROPgadget-7.4.ebuild2
-rw-r--r--dev-util/ROPgadget/ROPgadget-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/ROPgadget/ROPgadget-7.4.ebuild b/dev-util/ROPgadget/ROPgadget-7.4.ebuild
index 0d734f8429e0..667abcd9e29b 100644
--- a/dev-util/ROPgadget/ROPgadget-7.4.ebuild
+++ b/dev-util/ROPgadget/ROPgadget-7.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1
diff --git a/dev-util/ROPgadget/ROPgadget-9999.ebuild b/dev-util/ROPgadget/ROPgadget-9999.ebuild
index 06e72d3372cb..8442f7b395e0 100644
--- a/dev-util/ROPgadget/ROPgadget-9999.ebuild
+++ b/dev-util/ROPgadget/ROPgadget-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
PYTHON_REQ_USE="sqlite"
inherit distutils-r1