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 6FA7958973 for ; Thu, 21 Jan 2016 07:48:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67A2EE0872; Thu, 21 Jan 2016 07:48:53 +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 03215E0872 for ; Thu, 21 Jan 2016 07:48:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0404D3403C1 for ; Thu, 21 Jan 2016 07:48:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 152FBCF3 for ; Thu, 21 Jan 2016 07:48:48 +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: <1453362516.4efc982199bec42e86cf21f6982dfb0a9d624a21.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: 4efc982199bec42e86cf21f6982dfb0a9d624a21 X-VCS-Branch: master Date: Thu, 21 Jan 2016 07:48:48 +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: 4218d17f-f28c-47eb-90bc-5ec71be3c296 X-Archives-Hash: 9e7390812017b1fbdfa7dcbcf445be8c commit: 4efc982199bec42e86cf21f6982dfb0a9d624a21 Author: Justin Lecher gentoo org> AuthorDate: Thu Jan 21 07:48:36 2016 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jan 21 07:48:36 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=4efc9821 Depreacte EAPI=5 Signed-off-by: Justin Lecher gentoo.org> metadata/layout.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index c7500cb..954d309 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -9,7 +9,7 @@ manifest-hashes = SHA256 SHA512 WHIRLPOOL # 2014-02-25 council meeting deprecated EAPIs 0 and 3. # 2015-10-11 council meeting deprecated EAPI 4. eapis-banned = 0 1 2 3 4 -eapis-deprecated = 0 1 2 3 4 +eapis-deprecated = 0 1 2 3 4 5 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo