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
commit3d575422e5170bc28351cfef316aeba030809195 (patch)
tree62e8b0e3dc2b588f3b8931fe2c19db34a65af436 /net-misc/dante
parentKEYWORDS masked (diff)
downloadhistorical-3d575422e5170bc28351cfef316aeba030809195.tar.gz
historical-3d575422e5170bc28351cfef316aeba030809195.tar.bz2
historical-3d575422e5170bc28351cfef316aeba030809195.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)