diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:33:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 02:33:02 +0000 |
commit | 30673e3e5e94b983df89b2e6688369796716eb6f (patch) | |
tree | f330604a8f765b43c12b5ec42866d600f4bf4c4b /net-misc/aesop/aesop-0.4.ebuild | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-30673e3e5e94b983df89b2e6688369796716eb6f.tar.gz historical-30673e3e5e94b983df89b2e6688369796716eb6f.tar.bz2 historical-30673e3e5e94b983df89b2e6688369796716eb6f.zip |
sync IUSE (missing), don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'net-misc/aesop/aesop-0.4.ebuild')
-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" |