diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:10:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:10:52 +0000 |
commit | 61808fe131067602e3af87d46346144f1def3ed6 (patch) | |
tree | 646b495f69186f0b039fc89ea2760208848468aa /dev-libs/pcl/pcl-1.2.ebuild | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | historical-61808fe131067602e3af87d46346144f1def3ed6.tar.gz historical-61808fe131067602e3af87d46346144f1def3ed6.tar.bz2 historical-61808fe131067602e3af87d46346144f1def3ed6.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-libs/pcl/pcl-1.2.ebuild')
-rw-r--r-- | dev-libs/pcl/pcl-1.2.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/pcl/pcl-1.2.ebuild b/dev-libs/pcl/pcl-1.2.ebuild index 2ae0651eac41..8313c1f6d36f 100644 --- a/dev-libs/pcl/pcl-1.2.ebuild +++ b/dev-libs/pcl/pcl-1.2.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcl/pcl-1.2.ebuild,v 1.2 2004/06/24 23:31:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pcl/pcl-1.2.ebuild,v 1.3 2004/07/14 15:03:16 agriffis Exp $ DESCRIPTION="A library to provide low-level coroutines for in-process context switching" HOMEPAGE="http://www.xmailserver.org/libpcl.html" SRC_URI="http://monkey.org/~provos/${P}.tar.gz" SRC_URI="http://www.xmailserver.org/${P}.tar.gz" -S=${WORKDIR}/${P} # unsure on this one LICENSE="GPL-2" |