commit: 3063643f762535c2451bd2bc9728726e06bea6fb Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Mar 16 13:07:54 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Mar 16 13:07:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3063643f
metadata/layout.conf: deprecate EAPI 6 so we can easily see which ebuilds still use this EAPI in pkgcheck/repoman output Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> metadata/layout.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata/layout.conf b/metadata/layout.conf index 474114e7..928bfabc 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -11,6 +11,7 @@ sign-manifests = false # Let's start with new EAPIs if possible eapis-banned = 0 1 2 3 4 5 +eapis-deprecated = 6 # Part of ability to mask features in overlays # https://trofi.github.io/posts/201-masking-a-package-in-gentoo-overlay.html
