diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:29:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-15 03:29:01 +0000 |
commit | 92a950d273be65566c0941b98a0a291e7e8c7bee (patch) | |
tree | 4802047f2b9dad3fe52c4e8ccc5741718b2dcd63 /net-misc/nylon | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-92a950d273be65566c0941b98a0a291e7e8c7bee.tar.gz historical-92a950d273be65566c0941b98a0a291e7e8c7bee.tar.bz2 historical-92a950d273be65566c0941b98a0a291e7e8c7bee.zip |
sync IUSE (missing)
Diffstat (limited to 'net-misc/nylon')
-rw-r--r-- | net-misc/nylon/nylon-1.1.ebuild | 3 | ||||
-rw-r--r-- | net-misc/nylon/nylon-1.2.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-misc/nylon/nylon-1.1.ebuild b/net-misc/nylon/nylon-1.1.ebuild index 9670bde06401..4c6158d550c8 100644 --- a/net-misc/nylon/nylon-1.1.ebuild +++ b/net-misc/nylon/nylon-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nylon/nylon-1.1.ebuild,v 1.5 2004/06/25 00:02:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nylon/nylon-1.1.ebuild,v 1.6 2004/07/15 03:15:10 agriffis Exp $ DESCRIPTION="A lightweight SOCKS proxy server" HOMEPAGE="http://monkey.org/~marius/nylon/" @@ -9,6 +9,7 @@ SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" DEPEND=">=dev-libs/libevent-0.6" diff --git a/net-misc/nylon/nylon-1.2.ebuild b/net-misc/nylon/nylon-1.2.ebuild index 6ef1353ddfd9..3ed7008b3ca2 100644 --- a/net-misc/nylon/nylon-1.2.ebuild +++ b/net-misc/nylon/nylon-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/nylon/nylon-1.2.ebuild,v 1.2 2004/06/25 00:02:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/nylon/nylon-1.2.ebuild,v 1.3 2004/07/15 03:15:10 agriffis Exp $ DESCRIPTION="A lightweight SOCKS proxy server" HOMEPAGE="http://monkey.org/~marius/nylon/" @@ -9,6 +9,7 @@ SRC_URI="http://monkey.org/~marius/nylon/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" DEPEND=">=dev-libs/libevent-0.6" |