commit:     900360e8b41b144abb20c4767c8bb23e5edaa838
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 13:37:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 13:37:48 2023 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=900360e8

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 <sam <AT> gentoo.org>

 profiles/eapi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/eapi b/profiles/eapi
new file mode 100644
index 00000000..45a4fb75
--- /dev/null
+++ b/profiles/eapi
@@ -0,0 +1 @@
+8

Reply via email to