[net-fs/nfs-ganesha] py3k13, which i apparently never commited

This commit is contained in:
Robert Förster 2025-05-15 14:01:20 +02:00
parent efa6126076
commit d0a971040c

View File

@ -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 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_OPTIONAL=1 DISTUTILS_OPTIONAL=1
DISTUTILS_SINGLE_IMPL=1 DISTUTILS_SINGLE_IMPL=1
DISTUTILS_USE_PEP517=standalone DISTUTILS_USE_PEP517=standalone
PYTHON_COMPAT=( python3_12 ) PYTHON_COMPAT=( python3_{11..13} )
inherit cmake distutils-r1 inherit cmake distutils-r1