diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:36:57 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 14:36:57 +0000 |
commit | ea0f64e219c27103c29aaec9154dcf3cb23bd553 (patch) | |
tree | 31a5477bb7dcb1529a83da53b33ebf08a9d98c3e /dev-libs/libevent | |
parent | sync IUSE (+X, -debug) (diff) | |
download | gentoo-2-ea0f64e219c27103c29aaec9154dcf3cb23bd553.tar.gz gentoo-2-ea0f64e219c27103c29aaec9154dcf3cb23bd553.tar.bz2 gentoo-2-ea0f64e219c27103c29aaec9154dcf3cb23bd553.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/libevent')
-rw-r--r-- | dev-libs/libevent/libevent-0.6.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/libevent/libevent-0.6.ebuild b/dev-libs/libevent/libevent-0.6.ebuild index 9b25c1499c74..617330788c43 100644 --- a/dev-libs/libevent/libevent-0.6.ebuild +++ b/dev-libs/libevent/libevent-0.6.ebuild @@ -1,11 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-0.6.ebuild,v 1.6 2004/06/25 03:15:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libevent/libevent-0.6.ebuild,v 1.7 2004/07/14 14:36:57 agriffis Exp $ DESCRIPTION="A library to execute a function when a specific event occurs on a file descriptor" HOMEPAGE="http://monkey.org/~provos/libevent/" SRC_URI="http://monkey.org/~provos/${P}.tar.gz" -S=${WORKDIR}/${P} LICENSE="BSD" SLOT="0" |