summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sshstart/sshstart-2.15.ebuild')
-rw-r--r--net-misc/sshstart/sshstart-2.15.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-misc/sshstart/sshstart-2.15.ebuild b/net-misc/sshstart/sshstart-2.15.ebuild
index a12d6f9f..df0bb8bc 100644
--- a/net-misc/sshstart/sshstart-2.15.ebuild
+++ b/net-misc/sshstart/sshstart-2.15.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="Start ssh-agent/ssh-add only if you really use ssh or friends"
HOMEPAGE="https://github.com/vaeth/sshstart/"
@@ -22,7 +21,7 @@ src_prepare() {
use prefix || sed -i \
-e '1s"^#!/usr/bin/env sh$"#!'"${EPREFIX}/bin/sh"'"' \
-- "${PN}" || die
- epatch_user
+ eapply_user
}
src_install() {