mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-04 12:18:08 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user