diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:24:02 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 15:24:02 +0000 |
commit | d4677620625c88bf8b056161a52e27bd593c0063 (patch) | |
tree | 6a7c9a90b40bd84154f7c75c31b251ce68cd57ab /dev-lisp/cl-binary-types | |
parent | link with proper libmagic #54401 (diff) | |
download | gentoo-2-d4677620625c88bf8b056161a52e27bd593c0063.tar.gz gentoo-2-d4677620625c88bf8b056161a52e27bd593c0063.tar.bz2 gentoo-2-d4677620625c88bf8b056161a52e27bd593c0063.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-lisp/cl-binary-types')
-rw-r--r-- | dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild b/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild index 052e2e47764a..6f4fb92c8631 100644 --- a/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild +++ b/dev-lisp/cl-binary-types/cl-binary-types-0.84.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/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild,v 1.3 2004/06/24 23:41:36 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-binary-types/cl-binary-types-0.84.1.ebuild,v 1.4 2004/07/14 15:22:14 agriffis Exp $ inherit common-lisp eutils @@ -21,7 +21,6 @@ DEPEND="dev-lisp/common-lisp-controller CLPACKAGE=binary-types -S=${WORKDIR}/${P} src_unpack() { unpack ${A} |