From 77c3569970f751613db8a1185324f3e86835b0c2 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 15 Oct 2025 06:26:38 +0100 Subject: [PATCH] dev-libs/capstone: disable py3.10 Signed-off-by: Sam James --- dev-libs/capstone/capstone-5.0.6.ebuild | 2 +- dev-libs/capstone/capstone-6.0.0_alpha4.ebuild | 2 +- dev-libs/capstone/capstone-6.0.0_alpha5.ebuild | 2 +- dev-libs/capstone/capstone-9999.ebuild | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-libs/capstone/capstone-5.0.6.ebuild b/dev-libs/capstone/capstone-5.0.6.ebuild index 59b98fb4ba81..259bdea3652e 100644 --- a/dev-libs/capstone/capstone-5.0.6.ebuild +++ b/dev-libs/capstone/capstone-5.0.6.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools diff --git a/dev-libs/capstone/capstone-6.0.0_alpha4.ebuild b/dev-libs/capstone/capstone-6.0.0_alpha4.ebuild index acaeb087be28..7324c40d1444 100644 --- a/dev-libs/capstone/capstone-6.0.0_alpha4.ebuild +++ b/dev-libs/capstone/capstone-6.0.0_alpha4.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools diff --git a/dev-libs/capstone/capstone-6.0.0_alpha5.ebuild b/dev-libs/capstone/capstone-6.0.0_alpha5.ebuild index acaeb087be28..7324c40d1444 100644 --- a/dev-libs/capstone/capstone-6.0.0_alpha5.ebuild +++ b/dev-libs/capstone/capstone-6.0.0_alpha5.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools diff --git a/dev-libs/capstone/capstone-9999.ebuild b/dev-libs/capstone/capstone-9999.ebuild index 83121174ce92..755a58e143a2 100644 --- a/dev-libs/capstone/capstone-9999.ebuild +++ b/dev-libs/capstone/capstone-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..13} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools