From 05eb46a0bd6706bb19a96c1f9ed551c311c7208b Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Tue, 18 Aug 2026 10:17:38 +0200 Subject: [PATCH] fix Gentoo ebuild --- .../gentoo/dev-python/pyinotifyd/pyinotifyd-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/distribution/gentoo/dev-python/pyinotifyd/pyinotifyd-9999.ebuild b/distribution/gentoo/dev-python/pyinotifyd/pyinotifyd-9999.ebuild index 745a181..16b71e7 100644 --- a/distribution/gentoo/dev-python/pyinotifyd/pyinotifyd-9999.ebuild +++ b/distribution/gentoo/dev-python/pyinotifyd/pyinotifyd-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 -PYTHON_COMPAT=( python3_{8..11} ) -DISTUTILS_USE_SETUPTOOLS=rdepend +EAPI=8 +PYTHON_COMPAT=( python3_{13..14} ) +DISTUTILS_USE_PEP517=setuptools SCM="" if [ "${PV#9999}" != "${PV}" ] ; then