summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-02-08 14:03:45 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-02-08 14:03:45 +0000
commit57e678be26a187bd16adb7bbae633335901a3c6e (patch)
treedc29ad2c88668e3f4fdea7ab1a82403f3908052e /app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild
parentremove some maskings for dev-lisp/ packages. mkennedy is gone, so I (diff)
downloadgentoo-2-57e678be26a187bd16adb7bbae633335901a3c6e.tar.gz
gentoo-2-57e678be26a187bd16adb7bbae633335901a3c6e.tar.bz2
gentoo-2-57e678be26a187bd16adb7bbae633335901a3c6e.zip
repair inclusion of motif; correct handling of USE flags; thanks to John R. Graham <john_r_graham@mindspring.com> in bug 165663
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild')
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild
index cb12c595914c..8f743bab44be 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild,v 1.6 2007/02/06 06:02:41 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.0.93-r2.ebuild,v 1.7 2007/02/08 14:03:45 opfer Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -80,7 +80,7 @@ src_compile() {
einfo "Configuring to build with motif toolkit support"
myconf="${myconf} --without-gtk"
myconf="${myconf} --with-x-toolkit=motif"
- else use lesstif;
+ elif use lesstif; then
einfo "Configuring to build with lesstif toolkit support"
myconf="${myconf} --without-gtk"
myconf="${myconf} --with-x-toolkit=motif"