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 | 006fd656ac47b540fc7c6da7b0488fb05d67877b (patch) | |
tree | 9e827245ca4b355dc072673fa14ae8431d47f321 /dev-lisp/gcl | |
parent | Removed cvs header stuff from the patch so it doesn't bork... bug #52868. (Ma... (diff) | |
download | gentoo-2-006fd656ac47b540fc7c6da7b0488fb05d67877b.tar.gz gentoo-2-006fd656ac47b540fc7c6da7b0488fb05d67877b.tar.bz2 gentoo-2-006fd656ac47b540fc7c6da7b0488fb05d67877b.zip |
Fix use invocation
Diffstat (limited to 'dev-lisp/gcl')
-rw-r--r-- | dev-lisp/gcl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.5.2.ebuild | 4 | ||||
-rw-r--r-- | dev-lisp/gcl/gcl-2.5.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-lisp/gcl/ChangeLog b/dev-lisp/gcl/ChangeLog index 10c632b6d537..ed46e576073d 100644 --- a/dev-lisp/gcl/ChangeLog +++ b/dev-lisp/gcl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/gcl # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.16 2004/05/12 11:11:10 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/ChangeLog,v 1.17 2004/06/03 17:04:14 agriffis Exp $ + + 03 Jun 2004; Aron Griffis <agriffis@gentoo.org> gcl-2.5.2.ebuild, + gcl-2.5.3.ebuild: + Fix use invocation 12 May 2004; Alexander Gabert <pappy@gentoo.org> gcl-2.5.3.ebuild: replaced hardened-gcc check with filter-flags logic call diff --git a/dev-lisp/gcl/gcl-2.5.2.ebuild b/dev-lisp/gcl/gcl-2.5.2.ebuild index 0321417a5211..952b262b1007 100644 --- a/dev-lisp/gcl/gcl-2.5.2.ebuild +++ b/dev-lisp/gcl/gcl-2.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.2.ebuild,v 1.6 2004/05/12 11:11:10 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.2.ebuild,v 1.7 2004/06/03 17:04:14 agriffis Exp $ inherit elisp-common @@ -46,7 +46,7 @@ src_install() { rm -rf ${D}/usr/lib/${P}/info - if [ -n "`use emacs`" ] ; then + if use emacs ; then mv elisp/add-default.el ${T}/50gcl-gentoo.el elisp-site-file-install ${T}/50gcl-gentoo.el elisp-install ${PN} elisp/* diff --git a/dev-lisp/gcl/gcl-2.5.3.ebuild b/dev-lisp/gcl/gcl-2.5.3.ebuild index 3dc51b0e2076..a30892ce43be 100644 --- a/dev-lisp/gcl/gcl-2.5.3.ebuild +++ b/dev-lisp/gcl/gcl-2.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.3.ebuild,v 1.6 2004/05/28 12:36:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/gcl/gcl-2.5.3.ebuild,v 1.7 2004/06/03 17:04:14 agriffis Exp $ inherit elisp-common flag-o-matic @@ -46,7 +46,7 @@ src_install() { rm -rf ${D}/usr/lib/${P}/info - if [ -n "`use emacs`" ] ; then + if use emacs ; then mv elisp/add-default.el ${T}/50gcl-gentoo.el elisp-site-file-install ${T}/50gcl-gentoo.el elisp-install ${PN} elisp/* |