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 D50B258973 for ; Tue, 9 Feb 2016 17:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6803D21C28D; Tue, 9 Feb 2016 17:13:40 +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 EFF2E21C28D for ; Tue, 9 Feb 2016 17:13:29 +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 3BE01340998 for ; Tue, 9 Feb 2016 17:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DC6610AF for ; Tue, 9 Feb 2016 17:13:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1455037995.d8654e7bdf14569656af3cca47f5881d78868e52.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/pe-format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/pe-format/pe-format-2.9999.ebuild X-VCS-Directories: dev-dotnet/pe-format/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d8654e7bdf14569656af3cca47f5881d78868e52 X-VCS-Branch: master Date: Tue, 9 Feb 2016 17:13:26 +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: f4f335a3-e6ee-4f06-9d75-4db6acf0f5d3 X-Archives-Hash: f1f327028da6f0875b2b48f6dd69dbe8 commit: d8654e7bdf14569656af3cca47f5881d78868e52 Author: Michał Górny gentoo org> AuthorDate: Tue Feb 9 17:07:53 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 9 17:13:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8654e7b dev-dotnet/pe-format: Use EAPI=6 in the live ebuild dev-dotnet/pe-format/pe-format-2.9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild index 9475013..04abb35 100644 --- a/dev-dotnet/pe-format/pe-format-2.9999.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 #if LIVE EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}2.git" @@ -29,6 +29,7 @@ KEYWORDS= SRC_URI= src_prepare() { + default eautoreconf } #endif