From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 DDC4A138336 for ; Wed, 30 Jan 2019 17:44:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B4E1DE0A81; Wed, 30 Jan 2019 17:44:36 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E603E0A81 for ; Wed, 30 Jan 2019 17:44:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B5103335D8D for ; Wed, 30 Jan 2019 17:44:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1201552B for ; Wed, 30 Jan 2019 17:44:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1548869937.1e6bcefc3c2f7f107f2ce0ac2bc086fc2bb3c6fe.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: metadata/ X-VCS-Repository: proj/kde X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1e6bcefc3c2f7f107f2ce0ac2bc086fc2bb3c6fe X-VCS-Branch: master Date: Wed, 30 Jan 2019 17:44:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5dc052f7-0b3f-4743-9cf1-fc4f4d66bc82 X-Archives-Hash: 9e39d4af1ed266babeb3dd9f2f3da280 commit: 1e6bcefc3c2f7f107f2ce0ac2bc086fc2bb3c6fe Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 30 12:03:12 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 30 17:38:57 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1e6bcefc Ban EAPI 6 Signed-off-by: Andreas Sturmlechner gentoo.org> metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 97763f237a..e028885f58 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -21,7 +21,7 @@ sign-commits = true cache-formats = md5-dict # indicate that ebuilds with the specified EAPIs are banned -eapis-banned = 0 1 2 3 4 5 +eapis-banned = 0 1 2 3 4 5 6 # indicate that ebuilds with the specified EAPIs are deprecated -eapis-deprecated = 6 +# eapis-deprecated = 6