From ded7adf2cac30989c9fac2211187fa9555aad700 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 5 Feb 2023 20:08:57 +0000 Subject: skel.ebuild: use EAPI 8 Signed-off-by: Sam James --- skel.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'skel.ebuild') diff --git a/skel.ebuild b/skel.ebuild index 302bfcf3732e..21c147ceab1d 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -11,7 +11,7 @@ # The PMS contains specifications for all EAPIs. Eclasses will test for this # variable if they need to use features that are not universal in all EAPIs. # If an eclass doesn't support latest EAPI, use the previous EAPI instead. -EAPI=7 +EAPI=8 # inherit lists eclasses to inherit functions from. For example, an ebuild -- cgit v1.2.3-65-gdbad