summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/sshstart/ChangeLog3
-rw-r--r--net-misc/sshstart/sshstart-2.6.ebuild2
2 files changed, 4 insertions, 1 deletions
diff --git a/net-misc/sshstart/ChangeLog b/net-misc/sshstart/ChangeLog
index 8751de96..b9ad0cfa 100644
--- a/net-misc/sshstart/ChangeLog
+++ b/net-misc/sshstart/ChangeLog
@@ -4,6 +4,9 @@
*sshstart-2.6 (08 Apr 2012)
+ 15 Apr 2012; Martin Väth <martin@mvath.de>
+ Inherit base
+
08 Apr 2012; Martin Väth <martin@mvath.de>
Version bump, remove old ebuild.
diff --git a/net-misc/sshstart/sshstart-2.6.ebuild b/net-misc/sshstart/sshstart-2.6.ebuild
index 97c1c12c..31f635a7 100644
--- a/net-misc/sshstart/sshstart-2.6.ebuild
+++ b/net-misc/sshstart/sshstart-2.6.ebuild
@@ -4,7 +4,7 @@
EAPI="4"
RESTRICT="mirror"
-inherit vcs-snapshot
+inherit base vcs-snapshot
DESCRIPTION="Start ssh-agent/ssh-add only if you really use ssh or friends"
HOMEPAGE="https://github.com/vaeth/sshstart/"