summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-02-09 18:07:53 +0100
committerMichał Górny <mgorny@gentoo.org>2016-02-09 18:13:15 +0100
commitd8654e7bdf14569656af3cca47f5881d78868e52 (patch)
treeea461811c1c42701a1e8ae52dd642ca0ccff45c2 /dev-dotnet
parentdev-dotnet/pe-format: Use xdg-utils, add missing desktop-file-utils dep (diff)
downloadgentoo-d8654e7bdf14569656af3cca47f5881d78868e52.tar.gz
gentoo-d8654e7bdf14569656af3cca47f5881d78868e52.tar.bz2
gentoo-d8654e7bdf14569656af3cca47f5881d78868e52.zip
dev-dotnet/pe-format: Use EAPI=6 in the live ebuild
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/pe-format/pe-format-2.9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-dotnet/pe-format/pe-format-2.9999.ebuild b/dev-dotnet/pe-format/pe-format-2.9999.ebuild
index 9475013b29d6..04abb35ea131 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