dev-dotnet/pe-format: Use EAPI=6 in the live ebuild
authorMichał Górny <mgorny@gentoo.org>
Tue, 9 Feb 2016 17:07:53 +0000 (18:07 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 9 Feb 2016 17:13:15 +0000 (18:13 +0100)
dev-dotnet/pe-format/pe-format-2.9999.ebuild

index 9475013b29d628f0389664b2d52666911425f191..04abb35ea1315ad690d63fd5ef74cc60847449d0 100644 (file)
@@ -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