diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:59:41 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:59:41 +0000 |
commit | c5f5ee9d55c6f66592df8f31e08c1fa5b5e1707b (patch) | |
tree | 37f7f005cb0a038d7a053e0a0cd2cbd9a1413e92 /dev-lisp/cl-odcl | |
parent | don't assign S=${WORKDIR}/${P}, trim trailing whitespace (diff) | |
download | historical-c5f5ee9d55c6f66592df8f31e08c1fa5b5e1707b.tar.gz historical-c5f5ee9d55c6f66592df8f31e08c1fa5b5e1707b.tar.bz2 historical-c5f5ee9d55c6f66592df8f31e08c1fa5b5e1707b.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/cl-odcl')
-rw-r--r-- | dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild b/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild index b6532aa59473..1ac87ec8188b 100644 --- a/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild +++ b/dev-lisp/cl-odcl/cl-odcl-1.3.3.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/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild,v 1.4 2004/06/24 23:47:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-odcl/cl-odcl-1.3.3.ebuild,v 1.5 2004/07/14 15:57:15 agriffis Exp $ inherit common-lisp @@ -16,8 +16,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=odcl -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} # some tests die on clisp |