commit: b75daa397898424731f796a1b1b4db4f5d65ab4c Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de> AuthorDate: Fri Aug 5 17:40:28 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sat Aug 13 07:58:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75daa39
dev-libs/keystone: update PYTHON_COMPAT Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/26750 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> dev-libs/keystone/keystone-0.9.2-r1.ebuild | 2 +- dev-libs/keystone/keystone-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/keystone/keystone-0.9.2-r1.ebuild b/dev-libs/keystone/keystone-0.9.2-r1.ebuild index 0ab05108b1bc..7b3c15d6842b 100644 --- a/dev-libs/keystone/keystone-0.9.2-r1.ebuild +++ b/dev-libs/keystone/keystone-0.9.2-r1.ebuild @@ -5,7 +5,7 @@ EAPI=8 LLVM_MAX_SLOT=14 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake distutils-r1 llvm diff --git a/dev-libs/keystone/keystone-9999.ebuild b/dev-libs/keystone/keystone-9999.ebuild index 0ab05108b1bc..7b3c15d6842b 100644 --- a/dev-libs/keystone/keystone-9999.ebuild +++ b/dev-libs/keystone/keystone-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 LLVM_MAX_SLOT=14 DISTUTILS_OPTIONAL=1 -PYTHON_COMPAT=( python3_{8,9,10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake distutils-r1 llvm
