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 99A96138D02 for ; Sat, 20 Jun 2015 22:13:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E0AAE0826; Sat, 20 Jun 2015 22:13:27 +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 C7524E0826 for ; Sat, 20 Jun 2015 22:13:26 +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 F32B1340CD2 for ; Sat, 20 Jun 2015 22:13:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A676DA49 for ; Sat, 20 Jun 2015 22:13:24 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1434833973.80baf87e78a5bd8551887ac1d18dab3835c7b725.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: metadata/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: metadata/layout.conf X-VCS-Directories: metadata/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 80baf87e78a5bd8551887ac1d18dab3835c7b725 X-VCS-Branch: master Date: Sat, 20 Jun 2015 22:13:24 +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: 5ca22583-7ad3-4241-b417-d23c694e58e8 X-Archives-Hash: da5985f9043e27496a743b461c886658 commit: 80baf87e78a5bd8551887ac1d18dab3835c7b725 Author: Kent Fredric gmail com> AuthorDate: Sat Jun 20 20:59:33 2015 +0000 Commit: Kent Fredric gmail com> CommitDate: Sat Jun 20 20:59:33 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=80baf87e [layout] ban EAPI2 metadata/layout.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata/layout.conf b/metadata/layout.conf index 82c7cae..83819d3 100644 --- a/metadata/layout.conf +++ b/metadata/layout.conf @@ -11,8 +11,8 @@ masters = gentoo # considered a failure if a manifest file is missing/incorrect use-manifests = strict cache-formats = md5-dict -eapis-banned = 0 1 3 4 -eapis-deprecated = 2 +eapis-banned = 0 1 2 3 4 +# eapis-deprecated = sign-commits = true sign-manifests = false thin-manifests = true