diff options
author | Mario Haustein <mario.haustein@hrz.tu-chemnitz.de> | 2022-08-05 19:40:28 +0200 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-08-13 08:58:41 +0100 |
commit | b75daa397898424731f796a1b1b4db4f5d65ab4c (patch) | |
tree | 09eb98c29c7cd7ea6722e9b4475e95b8d64d976a /dev-libs/keystone | |
parent | dev-libs/keystone: fix installed pkg-config file (diff) | |
download | gentoo-b75daa397898424731f796a1b1b4db4f5d65ab4c.tar.gz gentoo-b75daa397898424731f796a1b1b4db4f5d65ab4c.tar.bz2 gentoo-b75daa397898424731f796a1b1b4db4f5d65ab4c.zip |
dev-libs/keystone: update PYTHON_COMPAT
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/26750
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/keystone')
-rw-r--r-- | dev-libs/keystone/keystone-0.9.2-r1.ebuild | 2 | ||||
-rw-r--r-- | 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 |