From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-923049-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1AD93139085 for <garchives@archives.gentoo.org>; Sat, 14 Jan 2017 15:51:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05E8D2241A4; Sat, 14 Jan 2017 15:51:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D77142241A4 for <gentoo-commits@lists.gentoo.org>; Sat, 14 Jan 2017 15:51:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83C8C34102B for <gentoo-commits@lists.gentoo.org>; Sat, 14 Jan 2017 15:51:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF96D26EB for <gentoo-commits@lists.gentoo.org>; Sat, 14 Jan 2017 15:51:15 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1484409026.08860c0aec80c4c3aee8aea1420502cfb5b937f6.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: metadata/ X-VCS-Repository: repo/gentoo X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 08860c0aec80c4c3aee8aea1420502cfb5b937f6 X-VCS-Branch: master Date: Sat, 14 Jan 2017 15:51:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1c9c30b8-9c95-4c83-893d-6f9064b83086 X-Archives-Hash: 49aa19b3c886ae41df15cca889dab3c0 commit: 08860c0aec80c4c3aee8aea1420502cfb5b937f6 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Sat Jan 14 15:50:19 2017 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Sat Jan 14 15:50:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08860c0a metadata: Reinstate EAPI=1 ban in layout.conf Gentoo-Bug:_ 551968 metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index e8ab2ec..4271081 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -12,8 +12,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. # 2015-10-11 council meeting deprecated EAPI 4. -#eapis-banned = 1 -eapis-deprecated = 0 1 2 3 4 +eapis-banned = 1 +eapis-deprecated = 0 2 3 4 # Bug #337853 - gentoo's council says to enable # --echangelog by default for the "gentoo" repo