commit: d8654e7bdf14569656af3cca47f5881d78868e52 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Feb 9 17:07:53 2016 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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
