From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 008781387B1 for ; Tue, 22 Sep 2015 08:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12DBC21C026; Tue, 22 Sep 2015 08:19:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0A836E0897 for ; Tue, 22 Sep 2015 08:19:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5077934099A for ; Tue, 22 Sep 2015 08:19:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E70BD24F for ; Tue, 22 Sep 2015 08:19:39 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1442909370.0f7561eb26d8ecadb3361b98dbb77516083ecbd9.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: metadata/ X-VCS-Repository: proj/sci X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 0f7561eb26d8ecadb3361b98dbb77516083ecbd9 X-VCS-Branch: master Date: Tue, 22 Sep 2015 08:19:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 93e3421a-119a-4bff-9717-dfd360fe65bf X-Archives-Hash: 4107a060ac2066abc6d84ebab1da699c commit: 0f7561eb26d8ecadb3361b98dbb77516083ecbd9 Author: Justin Lecher gentoo org> AuthorDate: Tue Sep 22 08:09:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Sep 22 08:09:30 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0f7561eb Ban EAPI 2 and deprecate 4 Signed-off-by: Justin Lecher gentoo.org> metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 05e002d..c3e0be3 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -7,8 +7,8 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL # 2013-04-09 gentoo's council says to deprecate EAPIs 1 and 2 (bug #470670). # 2014-02-25 council meeting deprecated EAPIs 0 and 3. -eapis-banned = 0 1 -eapis-deprecated = 0 1 2 3 +eapis-banned = 0 1 2 3 +eapis-deprecated = 0 1 2 3 4 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo