summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/sshstart/sshstart-2.8.ebuild')
-rw-r--r--net-misc/sshstart/sshstart-2.8.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/net-misc/sshstart/sshstart-2.8.ebuild b/net-misc/sshstart/sshstart-2.8.ebuild
index d8048c0f..b84afac7 100644
--- a/net-misc/sshstart/sshstart-2.8.ebuild
+++ b/net-misc/sshstart/sshstart-2.8.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
RESTRICT="mirror"
-inherit base vcs-snapshot
+inherit eutils vcs-snapshot
DESCRIPTION="Start ssh-agent/ssh-add only if you really use ssh or friends"
HOMEPAGE="https://github.com/vaeth/sshstart/"
@@ -18,6 +18,10 @@ RDEPEND="app-shells/push
keychain? ( net-misc/keychain )"
DEPEND=""
+src_prepare() {
+ epatch_user
+}
+
src_install() {
dobin sshstart
dodoc README