diff options
author | Sam James <sam@gentoo.org> | 2023-03-09 06:17:24 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-09 06:17:24 +0000 |
commit | aba209886d59ced153de7895438ecc3256b6fbb9 (patch) | |
tree | 018b5af0e293ae4327fbffc2968198bdaef3eec4 /dev-libs | |
parent | app-misc/hivex: add 1.3.23 (diff) | |
download | gentoo-aba209886d59ced153de7895438ecc3256b6fbb9.tar.gz gentoo-aba209886d59ced153de7895438ecc3256b6fbb9.tar.bz2 gentoo-aba209886d59ced153de7895438ecc3256b6fbb9.zip |
dev-libs/libnl: enable py3.11
Closes: https://bugs.gentoo.org/896716
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libnl/libnl-3.7.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnl/libnl-3.7.0.ebuild b/dev-libs/libnl/libnl-3.7.0.ebuild index 335a8c42100a..dc16175b64ac 100644 --- a/dev-libs/libnl/libnl-3.7.0.ebuild +++ b/dev-libs/libnl/libnl-3.7.0.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools distutils-r1 multilib-minimal LIBNL_P=${P/_/-} diff --git a/dev-libs/libnl/libnl-9999.ebuild b/dev-libs/libnl/libnl-9999.ebuild index 001f603d5b81..67eba8f4740d 100644 --- a/dev-libs/libnl/libnl-9999.ebuild +++ b/dev-libs/libnl/libnl-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit autotools distutils-r1 multilib-minimal LIBNL_P=${P/_/-} |