From 37097db2faedd8fb2f957d8ac72f106f5a45e9bf Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 23 Mar 2025 21:30:20 +0100 Subject: [PATCH] dev-util/flawfinder: update EAPI 7 -> 8 Signed-off-by: Alfredo Tupone --- ...wfinder-2.0.19-r1.ebuild => flawfinder-2.0.19-r2.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename dev-util/flawfinder/{flawfinder-2.0.19-r1.ebuild => flawfinder-2.0.19-r2.ebuild} (89%) diff --git a/dev-util/flawfinder/flawfinder-2.0.19-r1.ebuild b/dev-util/flawfinder/flawfinder-2.0.19-r2.ebuild similarity index 89% rename from dev-util/flawfinder/flawfinder-2.0.19-r1.ebuild rename to dev-util/flawfinder/flawfinder-2.0.19-r2.ebuild index c11fd71a90d3b..0ce57223fe501 100644 --- a/dev-util/flawfinder/flawfinder-2.0.19-r1.ebuild +++ b/dev-util/flawfinder/flawfinder-2.0.19-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools inherit distutils-r1