diff options
author | Sam James <sam@gentoo.org> | 2024-10-03 10:46:09 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-03 10:46:09 +0100 |
commit | 87dc0cb32318f9c7349b429fc8543705bdc833ce (patch) | |
tree | c025e28121572c3dd462e08a2994b41c8c81aa2e /dev-util | |
parent | dev-debug/gef: enable py3.13 (diff) | |
download | gentoo-87dc0cb32318f9c7349b429fc8543705bdc833ce.tar.gz gentoo-87dc0cb32318f9c7349b429fc8543705bdc833ce.tar.bz2 gentoo-87dc0cb32318f9c7349b429fc8543705bdc833ce.zip |
dev-util/unicorn: enable py3.13
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/unicorn/unicorn-2.0.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/unicorn/unicorn-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/unicorn/unicorn-2.0.1.ebuild b/dev-util/unicorn/unicorn-2.0.1.ebuild index 0cde028e715f..16a12869842d 100644 --- a/dev-util/unicorn/unicorn-2.0.1.ebuild +++ b/dev-util/unicorn/unicorn-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ MY_PV=${PV/_/-} DISTUTILS_USE_PEP517=setuptools DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake distutils-r1 DESCRIPTION="A lightweight multi-platform, multi-architecture CPU emulator framework" diff --git a/dev-util/unicorn/unicorn-9999.ebuild b/dev-util/unicorn/unicorn-9999.ebuild index d0e7f926ec3b..faf29b762879 100644 --- a/dev-util/unicorn/unicorn-9999.ebuild +++ b/dev-util/unicorn/unicorn-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ MY_PV=${PV/_/-} DISTUTILS_USE_PEP517=setuptools DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake distutils-r1 DESCRIPTION="A lightweight multi-platform, multi-architecture CPU emulator framework" |