commit: ded7adf2cac30989c9fac2211187fa9555aad700 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 5 20:08:57 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 20:14:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded7adf2
skel.ebuild: use EAPI 8 Signed-off-by: Sam James <sam <AT> gentoo.org> skel.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
