diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:59:27 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:59:27 +0000 |
commit | 9654a73251f5fba9c1b8ce9a7be92e4d9e2a1094 (patch) | |
tree | 7993386e7e986a17bdc5519f8448aa76688c7145 /net-misc/stone/stone-2.2.ebuild | |
parent | virtual/glibc -> virtual/libc, add IUSE (Manifest recommit) (diff) | |
download | gentoo-2-9654a73251f5fba9c1b8ce9a7be92e4d9e2a1094.tar.gz gentoo-2-9654a73251f5fba9c1b8ce9a7be92e4d9e2a1094.tar.bz2 gentoo-2-9654a73251f5fba9c1b8ce9a7be92e4d9e2a1094.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/stone/stone-2.2.ebuild')
-rw-r--r-- | net-misc/stone/stone-2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/stone/stone-2.2.ebuild b/net-misc/stone/stone-2.2.ebuild index c006ce8a43a4..32fd0f7fd652 100644 --- a/net-misc/stone/stone-2.2.ebuild +++ b/net-misc/stone/stone-2.2.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/stone/stone-2.2.ebuild,v 1.4 2004/06/25 00:13:51 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2.ebuild,v 1.5 2004/07/01 21:58:53 squinky86 Exp $ DESCRIPTION="A simple TCP/IP packet repeater" HOMEPAGE="http://www.gcd.org/sengoku/stone/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 amd64" IUSE="ssl" -DEPEND="virtual/glibc +DEPEND="virtual/libc ssl? ( dev-libs/openssl )" S=${WORKDIR}/${P} |