summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-02 02:22:05 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-02 02:22:05 +0000
commit94c1156d975d41af970ab06427ecde558aa684c5 (patch)
tree844d6b41724000a6bb840dda4118f3f5014fa050 /app-office/magicpoint
parentinitial commit - ebuild from Alexandru Toma via bug #52685 (diff)
downloadhistorical-94c1156d975d41af970ab06427ecde558aa684c5.tar.gz
historical-94c1156d975d41af970ab06427ecde558aa684c5.tar.bz2
historical-94c1156d975d41af970ab06427ecde558aa684c5.zip
Fix use invocation
Diffstat (limited to 'app-office/magicpoint')
-rw-r--r--app-office/magicpoint/ChangeLog5
-rw-r--r--app-office/magicpoint/magicpoint-1.10a-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-office/magicpoint/ChangeLog b/app-office/magicpoint/ChangeLog
index a955683ef7b9..5321a443ee73 100644
--- a/app-office/magicpoint/ChangeLog
+++ b/app-office/magicpoint/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-office/magicpoint
# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.5 2004/04/15 15:34:58 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/ChangeLog,v 1.6 2004/06/02 02:22:05 agriffis Exp $
+
+ 01 Jun 2004; Aron Griffis <agriffis@gentoo.org> magicpoint-1.10a-r1.ebuild:
+ Fix use invocation
15 Apr 2004; Danny van Dyk <kugelfang@gentoo.org> magicpoint-1.10a-r1.ebuild:
marked ~amd64
diff --git a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild b/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
index 01eec837e603..1cf6dac7664f 100644
--- a/app-office/magicpoint/magicpoint-1.10a-r1.ebuild
+++ b/app-office/magicpoint/magicpoint-1.10a-r1.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/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.4 2004/04/15 15:34:58 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/magicpoint/magicpoint-1.10a-r1.ebuild,v 1.5 2004/06/02 02:22:05 agriffis Exp $
inherit elisp-common eutils
@@ -62,7 +62,7 @@ src_install() {
exeinto /usr/bin
doexe contrib/{mgp2html.pl,mgp2latex.pl}
- if [ -n "`use emacs`" ] ; then
+ if use emacs ; then
insinto ${SITELISP}
doins contrib/mgp-mode.el ${FILESDIR}/${SITEFILE}
fi