From d0a971040c063102fae89a29f3f044dbf183eb8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20F=C3=B6rster?= Date: Thu, 15 May 2025 14:01:20 +0200 Subject: [PATCH] [net-fs/nfs-ganesha] py3k13, which i apparently never commited --- net-fs/nfs-ganesha/nfs-ganesha-5.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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