diff options
Diffstat (limited to 'net-misc/stunnel/stunnel-3.22-r2.ebuild')
-rw-r--r-- | net-misc/stunnel/stunnel-3.22-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stunnel/stunnel-3.22-r2.ebuild b/net-misc/stunnel/stunnel-3.22-r2.ebuild index 1ad288f116a0..fbd89ca8e2d0 100644 --- a/net-misc/stunnel/stunnel-3.22-r2.ebuild +++ b/net-misc/stunnel/stunnel-3.22-r2.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/stunnel/stunnel-3.22-r2.ebuild,v 1.4 2004/06/25 03:12:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-3.22-r2.ebuild,v 1.5 2004/07/01 22:00:33 squinky86 Exp $ inherit eutils @@ -8,7 +8,7 @@ S=${WORKDIR}/${P} DESCRIPTION="TLS/SSL - Port Wrapper" SRC_URI="http://www.stunnel.org/download/stunnel/src/${P}.tar.gz" HOMEPAGE="http://www.stunnel.org/" -DEPEND="virtual/glibc >=dev-libs/openssl-0.9.6c" +DEPEND="virtual/libc >=dev-libs/openssl-0.9.6c" RDEPEND=">=dev-libs/openssl-0.9.6c" KEYWORDS="x86 sparc " LICENSE="GPL-2" |