From 5cf87cca41055d9721213ce4e54a2f6d85df233e Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Wed, 8 Feb 2023 22:20:58 +0100 Subject: [PATCH] dev-python/shellingham: Put quotes around EAPI Signed-off-by: Nils Freydank --- dev-python/shellingham/shellingham-1.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/shellingham/shellingham-1.5.0.ebuild b/dev-python/shellingham/shellingham-1.5.0.ebuild index 67b3340..2408a6f 100644 --- a/dev-python/shellingham/shellingham-1.5.0.ebuild +++ b/dev-python/shellingham/shellingham-1.5.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=8 +EAPI="8" DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..11} )