diff --git a/net-fs/nfs-ganesha/nfs-ganesha-5.9.ebuild b/net-fs/nfs-ganesha/nfs-ganesha-5.9.ebuild index b7156c0..5290164 100644 --- a/net-fs/nfs-ganesha/nfs-ganesha-5.9.ebuild +++ b/net-fs/nfs-ganesha/nfs-ganesha-5.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Foundation +# Copyright 1999-2025 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_OPTIONAL=1 DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_PEP517=standalone -PYTHON_COMPAT=( python3_12 ) +PYTHON_COMPAT=( python3_{11..13} ) inherit cmake distutils-r1