diff options
author | Marco Morales <soulse@gentoo.org> | 2005-10-26 04:48:25 +0000 |
---|---|---|
committer | Marco Morales <soulse@gentoo.org> | 2005-10-26 04:48:25 +0000 |
commit | 0f0298890d219d3077576fed258004dfbaea5f0f (patch) | |
tree | 93bdaf5b97247157f51f6656feeb07d30f291f31 /net-misc/socat/socat-1.4.2.0-r1.ebuild | |
parent | Bad header fixed (diff) | |
download | gentoo-2-0f0298890d219d3077576fed258004dfbaea5f0f.tar.gz gentoo-2-0f0298890d219d3077576fed258004dfbaea5f0f.tar.bz2 gentoo-2-0f0298890d219d3077576fed258004dfbaea5f0f.zip |
Bad DEPEND/RDEPEND syntax fixed.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-misc/socat/socat-1.4.2.0-r1.ebuild')
-rw-r--r-- | net-misc/socat/socat-1.4.2.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/socat/socat-1.4.2.0-r1.ebuild b/net-misc/socat/socat-1.4.2.0-r1.ebuild index a8cf4284e6cb..75a7c866f6f9 100644 --- a/net-misc/socat/socat-1.4.2.0-r1.ebuild +++ b/net-misc/socat/socat-1.4.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.2.0-r1.ebuild,v 1.4 2005/10/18 04:04:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/socat/socat-1.4.2.0-r1.ebuild,v 1.5 2005/10/26 04:48:25 soulse Exp $ DESCRIPTION="Multipurpose relay (SOcket CAT)" HOMEPAGE="http://www.dest-unreach.org/socat/" @@ -13,7 +13,7 @@ IUSE="ssl readline ipv6 tcpd" DEPEND="ssl? ( >=dev-libs/openssl-0.9.6 ) readline? ( >=sys-libs/ncurses-5.1 >=sys-libs/readline-4.1 ) - tcpd? (sys-apps/tcp-wrappers) + tcpd? ( sys-apps/tcp-wrappers ) virtual/libc" S=${WORKDIR}/socat-${PV:0:3} |