summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-11-02 11:01:53 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-11-02 11:01:53 +0000
commita948cc7763dbb2f997527b4e593c5763f77848ba (patch)
tree69eb391cf71060c2272f4b331d3ae73bfc6977db /net-misc/dante
parentunmasked jnelson's testing stuff for KEYWORDS (diff)
downloadgentoo-2-a948cc7763dbb2f997527b4e593c5763f77848ba.tar.gz
gentoo-2-a948cc7763dbb2f997527b4e593c5763f77848ba.tar.bz2
gentoo-2-a948cc7763dbb2f997527b4e593c5763f77848ba.zip
KEYWORDS masked
Diffstat (limited to 'net-misc/dante')
-rw-r--r--net-misc/dante/dante-1.1.13.ebuild14
1 files changed, 10 insertions, 4 deletions
diff --git a/net-misc/dante/dante-1.1.13.ebuild b/net-misc/dante/dante-1.1.13.ebuild
index 7eca3f62e3a0..3e381c9fae0d 100644
--- a/net-misc/dante/dante-1.1.13.ebuild
+++ b/net-misc/dante/dante-1.1.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header:
+# $Header: /var/cvsroot/gentoo-x86/net-misc/dante/dante-1.1.13.ebuild,v 1.6 2002/11/02 11:01:53 seemant Exp $
IUSE="tcpd"
@@ -8,12 +8,18 @@ S=${WORKDIR}/${P}
DESCRIPTION="A free socks4,5 and msproxy implemetation"
SRC_URI="ftp://ftp.inet.no/pub/socks/${P}.tar.gz"
HOMEPAGE="http://www.inet.no/dante/"
-RDEPEND="virtual/glibc sys-libs/pam tcpd? ( sys-apps/tcp-wrappers )"
-DEPEND="${RDEPEND} sys-devel/perl"
+
LICENSE="BSD"
-KEYWORDS="x86 sparc sparc64"
+KEYWORDS="~x86 ~sparc ~sparc64"
SLOT="0"
+RDEPEND="virtual/glibc
+ sys-libs/pam
+ tcpd? ( sys-apps/tcp-wrappers )"
+
+DEPEND="${RDEPEND}
+ sys-devel/perl"
+
# removed the src_unpack() since it doesn't appear to need any of those
# patches (they all barfed when I tried to apply them by hand)