diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:07:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-06-03 17:07:54 +0000 |
commit | dd6044989b60d5dd1908ed7ae7a5df40aa2e7d3e (patch) | |
tree | 33adefbd9f86e9584e809be8187c0c433fb3cde3 /dev-lisp/ecls | |
parent | Removed cvs header stuff from the patch so it doesn't bork... bug #52868. (diff) | |
download | historical-dd6044989b60d5dd1908ed7ae7a5df40aa2e7d3e.tar.gz historical-dd6044989b60d5dd1908ed7ae7a5df40aa2e7d3e.tar.bz2 historical-dd6044989b60d5dd1908ed7ae7a5df40aa2e7d3e.zip |
Fix use invocation
Diffstat (limited to 'dev-lisp/ecls')
-rw-r--r-- | dev-lisp/ecls/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog index a86da04c0979..03dda218d966 100644 --- a/dev-lisp/ecls/ChangeLog +++ b/dev-lisp/ecls/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lisp/ecls -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.4 2003/08/26 00:29:59 mkennedy Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.5 2004/06/03 17:05:30 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> ecls-0.2.ebuild: + Fix use invocation *ecls-0.9b (25 Aug 2003) diff --git a/dev-lisp/ecls/ecls-0.2.ebuild b/dev-lisp/ecls/ecls-0.2.ebuild index 9bf40d337a9b..08aa834412d7 100644 --- a/dev-lisp/ecls/ecls-0.2.ebuild +++ b/dev-lisp/ecls/ecls-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.2.ebuild,v 1.10 2003/09/06 22:35:54 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-0.2.ebuild,v 1.11 2004/06/03 17:05:30 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="Embeddable Common Lisp 'Spain'" @@ -17,7 +17,7 @@ src_compile() { local myconf - if [ "`use X`" ] + if use X then myconf="${myconf} --with-x" else |