summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/stone/stone-2.2c.ebuild')
-rw-r--r--net-misc/stone/stone-2.2c.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/net-misc/stone/stone-2.2c.ebuild b/net-misc/stone/stone-2.2c.ebuild
index 398c030d19e4..fb012a814b27 100644
--- a/net-misc/stone/stone-2.2c.ebuild
+++ b/net-misc/stone/stone-2.2c.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Copyright 1999-2005 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.1 2004/03/12 23:49:40 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/stone/stone-2.2c.ebuild,v 1.1.1.1 2005/11/30 09:54:52 chriswhite Exp $
DESCRIPTION="A simple TCP/IP packet repeater"
HOMEPAGE="http://www.gcd.org/sengoku/stone/"
@@ -8,14 +8,14 @@ SRC_URI="http://www.gcd.org/sengoku/stone/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="x86 amd64 ~ppc ~sparc"
IUSE="ssl"
-DEPEND="virtual/glibc
+DEPEND="virtual/libc
ssl? ( dev-libs/openssl )"
src_compile() {
- if [ "`use ssl`" ] ; then
+ if use ssl ; then
emake \
CFLAGS="${CFLAGS}" \
SSL=/usr \