summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-05 20:08:57 +0000
committerSam James <sam@gentoo.org>2023-02-05 20:14:34 +0000
commitded7adf2cac30989c9fac2211187fa9555aad700 (patch)
treefee88753d86a7dbdabe69a26a4503f957c2df78f /skel.ebuild
parentwww-apps/readarr: add 0.1.2.1558 (diff)
downloadgentoo-ded7adf2cac30989c9fac2211187fa9555aad700.tar.gz
gentoo-ded7adf2cac30989c9fac2211187fa9555aad700.tar.bz2
gentoo-ded7adf2cac30989c9fac2211187fa9555aad700.zip
skel.ebuild: use EAPI 8
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'skel.ebuild')
-rw-r--r--skel.ebuild2
1 files changed, 1 insertions, 1 deletions
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