summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/diffhelp/diffhelp-1.9.ebuild')
-rw-r--r--dev-util/diffhelp/diffhelp-1.9.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-util/diffhelp/diffhelp-1.9.ebuild b/dev-util/diffhelp/diffhelp-1.9.ebuild
index f3539c9c..195c0363 100644
--- a/dev-util/diffhelp/diffhelp-1.9.ebuild
+++ b/dev-util/diffhelp/diffhelp-1.9.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
RESTRICT="mirror"
-inherit eutils
DESCRIPTION="A frontend, beautifier, and path-fixer for diff -u"
HOMEPAGE="https://github.com/vaeth/diffhelp/"
@@ -19,7 +18,7 @@ src_prepare() {
use prefix || sed -i \
-e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
-- "${PN}" || die
- epatch_user
+ eapply_user
}
src_install() {