diff options
author | Martin Väth <martin@mvath.de> | 2012-04-15 21:00:18 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:47:36 +0200 |
commit | bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c (patch) | |
tree | 27fca8ca6840a4fc125774621d98490fead6f32f /net-misc | |
parent | Add requestpolicy ebuild (diff) | |
download | mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.gz mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.tar.bz2 mv-bd582bfb4b4f1b38ed7effb0e65353f9bae30f9c.zip |
Add base. Fix stardict compilation
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/sshstart/ChangeLog | 3 | ||||
-rw-r--r-- | net-misc/sshstart/sshstart-2.6.ebuild | 2 |
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/" |