From 9fedf34a2e90c95b39555818420a8278696331e6 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 8 Feb 2023 22:20:56 +0100 Subject: [PATCH] dev-python/findpython: Put quotes around EAPI Signed-off-by: Nils Freydank --- dev-python/findpython/findpython-0.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/findpython/findpython-0.2.4.ebuild b/dev-python/findpython/findpython-0.2.4.ebuild index 6550fba..1c226b4 100644 --- a/dev-python/findpython/findpython-0.2.4.ebuild +++ b/dev-python/findpython/findpython-0.2.4.ebuild @@ -1,7 +1,7 @@ # Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI="8" DISTUTILS_USE_PEP517=pdm PYTHON_COMPAT=( python3_{10..11} )