diff options
author | 2023-09-16 12:15:46 +0200 | |
---|---|---|
committer | 2023-09-18 08:39:25 +0100 | |
commit | 74eee26c9a00e0ad35ec032a18d5a92661c254c3 (patch) | |
tree | d2c703333ca1635372eea74253eaffb8cf81fdcf /dev-libs | |
parent | app-forensics/volatility3: drop 2.4.0-r1 (diff) | |
download | gentoo-74eee26c9a00e0ad35ec032a18d5a92661c254c3.tar.gz gentoo-74eee26c9a00e0ad35ec032a18d5a92661c254c3.tar.bz2 gentoo-74eee26c9a00e0ad35ec032a18d5a92661c254c3.zip |
dev-libs/keystone: enable py3.12
Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/keystone/keystone-0.9.2-r2.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-r2.ebuild b/dev-libs/keystone/keystone-0.9.2-r2.ebuild index 12644c2ca473..87eec63b08e6 100644 --- a/dev-libs/keystone/keystone-0.9.2-r2.ebuild +++ b/dev-libs/keystone/keystone-0.9.2-r2.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake distutils-r1 diff --git a/dev-libs/keystone/keystone-9999.ebuild b/dev-libs/keystone/keystone-9999.ebuild index 8cdc8b7a9bae..39bfca3c6387 100644 --- a/dev-libs/keystone/keystone-9999.ebuild +++ b/dev-libs/keystone/keystone-9999.ebuild @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit cmake distutils-r1 |