diff options
author | t0b3 <thomas.bettler@gmail.com> | 2021-12-17 10:49:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-24 08:01:46 +0000 |
commit | 8f03708f2ab62dd300b036454729cc23b95a55c6 (patch) | |
tree | ba7a1f9a93bf24c081faf642283a72f2cb235c7f /dev-libs/libnl | |
parent | media-libs/libmypaint: add missing python-any-r1_pkg_setup call (diff) | |
download | gentoo-8f03708f2ab62dd300b036454729cc23b95a55c6.tar.gz gentoo-8f03708f2ab62dd300b036454729cc23b95a55c6.tar.bz2 gentoo-8f03708f2ab62dd300b036454729cc23b95a55c6.zip |
dev-libs/libnl: add python 3.10
Closes: https://bugs.gentoo.org/829421
Signed-off-by: t0b3 <thomas.bettler@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23361
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-3.5.0.ebuild | 2 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-99999999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libnl/libnl-3.5.0.ebuild b/dev-libs/libnl/libnl-3.5.0.ebuild index 16c5e65ab3f0..1164928a297f 100644 --- a/dev-libs/libnl/libnl-3.5.0.ebuild +++ b/dev-libs/libnl/libnl-3.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 inherit distutils-r1 libtool multilib-minimal diff --git a/dev-libs/libnl/libnl-99999999.ebuild b/dev-libs/libnl/libnl-99999999.ebuild index 5179de7255b9..0afdbd9d360f 100644 --- a/dev-libs/libnl/libnl-99999999.ebuild +++ b/dev-libs/libnl/libnl-99999999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) DISTUTILS_OPTIONAL=1 inherit autotools distutils-r1 git-r3 multilib-minimal |