diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:45:54 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:45:54 +0000 |
commit | 8441d2442c5ee79c319fa2df27b18c00ccbfc260 (patch) | |
tree | 9700c7da5e3f79dd72274fa598445d76f3948063 /net-misc/stone/stone-2.2c.ebuild | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-8441d2442c5ee79c319fa2df27b18c00ccbfc260.tar.gz gentoo-2-8441d2442c5ee79c319fa2df27b18c00ccbfc260.tar.bz2 gentoo-2-8441d2442c5ee79c319fa2df27b18c00ccbfc260.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/stone/stone-2.2c.ebuild')
-rw-r--r-- | net-misc/stone/stone-2.2c.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/stone/stone-2.2c.ebuild b/net-misc/stone/stone-2.2c.ebuild index 0930687740b6..96a36f054a58 100644 --- a/net-misc/stone/stone-2.2c.ebuild +++ b/net-misc/stone/stone-2.2c.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2c.ebuild,v 1.6 2005/01/01 02:19:05 matsuu Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2c.ebuild,v 1.7 2009/09/23 19:45:54 patrick Exp $ DESCRIPTION="A simple TCP/IP packet repeater" HOMEPAGE="http://www.gcd.org/sengoku/stone/" @@ -11,8 +11,7 @@ SLOT="0" KEYWORDS="x86 amd64 ~ppc ~sparc" IUSE="ssl" -DEPEND="virtual/libc - ssl? ( dev-libs/openssl )" +DEPEND="ssl? ( dev-libs/openssl )" src_compile() { if use ssl ; then |