diff options
Diffstat (limited to 'net-misc/kea/kea-2.4.1.ebuild')
-rw-r--r-- | net-misc/kea/kea-2.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/kea/kea-2.4.1.ebuild b/net-misc/kea/kea-2.4.1.ebuild index 72c97487d6f6..0fa23efd041e 100644 --- a/net-misc/kea/kea-2.4.1.ebuild +++ b/net-misc/kea/kea-2.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -10,7 +10,7 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="High-performance production grade DHCPv4 & DHCPv6 server" HOMEPAGE="https://www.isc.org/kea/" -PYTHON_COMPAT=( python3_{8..12} ) +PYTHON_COMPAT=( python3_{11..12} ) inherit autotools fcaps flag-o-matic python-single-r1 systemd tmpfiles |