Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: metadata/
Date: Mon, 10 Jan 2022 13:10:57
Message-Id: 1641820229.2a45d89f7166833a9294dc8544f242828cf3a662.andrewammerlaan@gentoo
1 commit: 2a45d89f7166833a9294dc8544f242828cf3a662
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 10 13:10:29 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 10 13:10:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a45d89f
7
8 metadata/layout.conf: ban EAPI 6
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 metadata/layout.conf | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 diff --git a/metadata/layout.conf b/metadata/layout.conf
16 index e2923f6c0..f272180b2 100644
17 --- a/metadata/layout.conf
18 +++ b/metadata/layout.conf
19 @@ -10,5 +10,4 @@ sign-commits = true
20 sign-manifests = false
21
22 # Let's start with new EAPIs if possible
23 -eapis-banned = 0 1 2 3 4 5
24 -eapis-deprecated = 6
25 +eapis-banned = 0 1 2 3 4 5 6