diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-05-12 14:13:36 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-05-12 14:26:53 +0200 |
commit | 0dda128de71acae9e19dae6047b089995c221d2d (patch) | |
tree | 7040ee75ce779558f89fde68ca12fc71a61064c0 /dev-libs/libnl | |
parent | dev-libs/libdnet: add python3.12, migrate to pep517 (diff) | |
download | gentoo-0dda128de71acae9e19dae6047b089995c221d2d.tar.gz gentoo-0dda128de71acae9e19dae6047b089995c221d2d.tar.bz2 gentoo-0dda128de71acae9e19dae6047b089995c221d2d.zip |
dev-libs/libnl:
Closes: https://bugs.gentoo.org/929419
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/libnl')
-rw-r--r-- | dev-libs/libnl/libnl-3.9.0.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libnl/libnl-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/libnl/libnl-3.9.0.ebuild b/dev-libs/libnl/libnl-3.9.0.ebuild index b80abc5153fd..1f693f3fcd9b 100644 --- a/dev-libs/libnl/libnl-3.9.0.ebuild +++ b/dev-libs/libnl/libnl-3.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) 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 b80abc5153fd..1f693f3fcd9b 100644 --- a/dev-libs/libnl/libnl-9999.ebuild +++ b/dev-libs/libnl/libnl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -8,7 +8,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_OPTIONAL=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools distutils-r1 multilib-minimal LIBNL_P=${P/_/-} |