diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:48:28 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:48:28 +0000 |
commit | 5fb9a8da222e5ba0a676e09fcc75fdf4b5350a75 (patch) | |
tree | efb21642f255d3b0c82dd0a9e2d6d05c304a1be3 /net-misc/autossh/autossh-1.2e.ebuild | |
parent | fixed slotting issue (diff) | |
download | historical-5fb9a8da222e5ba0a676e09fcc75fdf4b5350a75.tar.gz historical-5fb9a8da222e5ba0a676e09fcc75fdf4b5350a75.tar.bz2 historical-5fb9a8da222e5ba0a676e09fcc75fdf4b5350a75.zip |
virtual/glibc -> virtual/libc, add IUSE
Diffstat (limited to 'net-misc/autossh/autossh-1.2e.ebuild')
-rw-r--r-- | net-misc/autossh/autossh-1.2e.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/autossh/autossh-1.2e.ebuild b/net-misc/autossh/autossh-1.2e.ebuild index 8e0ab60100c4..a14c32e4bbd3 100644 --- a/net-misc/autossh/autossh-1.2e.ebuild +++ b/net-misc/autossh/autossh-1.2e.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2e.ebuild,v 1.6 2004/06/24 23:35:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/autossh/autossh-1.2e.ebuild,v 1.7 2004/07/01 20:42:56 squinky86 Exp $ DESCRIPTION="Automatically restart SSH sessions and tunnels" HOMEPAGE="http://www.harding.motd.ca/autossh/" @@ -10,8 +10,8 @@ SRC_URI="http://www.harding.motd.ca/autossh/${P}.tgz" SLOT="0" IUSE="" -DEPEND="virtual/glibc sys-apps/sed" -RDEPEND="virtual/glibc net-misc/openssh" +DEPEND="virtual/libc sys-apps/sed" +RDEPEND="virtual/libc net-misc/openssh" src_unpack() { unpack ${A} && cd ${S} |