diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:28 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-10-05 05:39:28 +0000 |
commit | 2fafcb321f5ae80068469332c4ed3aa5151b647c (patch) | |
tree | 883963d53c8d57d1ad6325589cc2075066ff98f4 /net-misc/dante | |
parent | fix digest (diff) | |
download | gentoo-2-2fafcb321f5ae80068469332c4ed3aa5151b647c.tar.gz gentoo-2-2fafcb321f5ae80068469332c4ed3aa5151b647c.tar.bz2 gentoo-2-2fafcb321f5ae80068469332c4ed3aa5151b647c.zip |
big IUSE commit
Diffstat (limited to 'net-misc/dante')
-rw-r--r-- | net-misc/dante/dante-1.1.12.ebuild | 2 | ||||
-rw-r--r-- | net-misc/dante/dante-1.1.13.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/dante/dante-1.1.12.ebuild b/net-misc/dante/dante-1.1.12.ebuild index 3c5349592509..22db7fb833b0 100644 --- a/net-misc/dante/dante-1.1.12.ebuild +++ b/net-misc/dante/dante-1.1.12.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: +IUSE="tcpd" + S=${WORKDIR}/${P} DESCRIPTION="A free socks4,5 and msproxy implemetation" SRC_URI="ftp://ftp.inet.no/pub/socks/${P}.tar.gz" diff --git a/net-misc/dante/dante-1.1.13.ebuild b/net-misc/dante/dante-1.1.13.ebuild index 9d5837dac418..7eca3f62e3a0 100644 --- a/net-misc/dante/dante-1.1.13.ebuild +++ b/net-misc/dante/dante-1.1.13.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: +IUSE="tcpd" + S=${WORKDIR}/${P} DESCRIPTION="A free socks4,5 and msproxy implemetation" SRC_URI="ftp://ftp.inet.no/pub/socks/${P}.tar.gz" |