From 900360e8b41b144abb20c4767c8bb23e5edaa838 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 23 Sep 2023 14:37:48 +0100 Subject: profiles: set EAPI 8 PMS says that PMs must assume EAPI 0 if it's not present, and not all PMs support this (pkgcraft doesn't, for example, and Portage is looking to drop it one day). Just set EAPI 8. We do EAPI=5 in Gentoo right now for upgrade reasons but even that isn't really necessary. Signed-off-by: Sam James --- profiles/eapi | 1 + 1 file changed, 1 insertion(+) create mode 100644 profiles/eapi diff --git a/profiles/eapi b/profiles/eapi new file mode 100644 index 00000000..45a4fb75 --- /dev/null +++ b/profiles/eapi @@ -0,0 +1 @@ +8 -- cgit v1.2.3-65-gdbad