skel.ebuild: Update EAPI 8 -> 9

Add a comment that packages in the upgrade path should not use an EAPI
newer than that of Portage.

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2026-07-02 19:49:11 +02:00
parent 601b1d1b93
commit 2cf5ebcf25

View File

@@ -11,7 +11,9 @@
# 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=8
# If your package is a (direct or indirect) dependency of Portage, use the
# same EAPI as the latest Portage version.
EAPI=9
# inherit lists eclasses to inherit functions from. For example, an ebuild