diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:33:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:33:07 +0000 |
commit | 8cecf084693303c68efcfc8e885708794ad1f10b (patch) | |
tree | 1729e81eb15320545a0e2112264cd78176810eae /net-misc | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-8cecf084693303c68efcfc8e885708794ad1f10b.tar.gz gentoo-2-8cecf084693303c68efcfc8e885708794ad1f10b.tar.bz2 gentoo-2-8cecf084693303c68efcfc8e885708794ad1f10b.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/aesop/aesop-0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/aesop/aesop-0.4.ebuild b/net-misc/aesop/aesop-0.4.ebuild index a98a6a9b67b5..3018a820702a 100644 --- a/net-misc/aesop/aesop-0.4.ebuild +++ b/net-misc/aesop/aesop-0.4.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/aesop/aesop-0.4.ebuild,v 1.8 2004/06/24 23:33:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/aesop/aesop-0.4.ebuild,v 1.9 2004/07/15 02:33:02 agriffis Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Aesop is a TCP-proxy which supports many advanced and powerful features. Uses encryption and provides a wrapper library for BSD socket API." SRC_URI="http://kryptology.org/aesop/download/${P}.tar.gz" HOMEPAGE="http://kryptology.org/aesop" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND="sys-devel/gcc" |