summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorThomas Matthijs <axxo@gentoo.org>2004-07-23 18:23:47 +0000
committerThomas Matthijs <axxo@gentoo.org>2004-07-23 18:23:47 +0000
commitb4b8c31361092f846581efad3ef4b26db03de12c (patch)
tree0d1cf56266210481adcaa70d6684b54f61a45cdd /eclass
parentAdded to macos. This closes bug #58076 (diff)
downloadhistorical-b4b8c31361092f846581efad3ef4b26db03de12c.tar.gz
historical-b4b8c31361092f846581efad3ef4b26db03de12c.tar.bz2
historical-b4b8c31361092f846581efad3ef4b26db03de12c.zip
missing " causing major breakage, please check if this is correct
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde.eclass b/eclass/kde.eclass
index 09e79d0250e2..8cbcb74f4191 100644
--- a/eclass/kde.eclass
+++ b/eclass/kde.eclass
@@ -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/eclass/kde.eclass,v 1.99 2004/07/23 17:00:06 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde.eclass,v 1.100 2004/07/23 18:23:47 axxo Exp $
#
# Author Dan Armak <danarmak@gentoo.org>
#
@@ -88,7 +88,7 @@ kde_src_compile() {
else
myconf="$myconf --disable-debug --without-debug"
fi
- myconf="$myconf `use_with arts`
+ myconf="$myconf `use_with arts`"
debug-print "$FUNCNAME: myconf: set to ${myconf}"
;;
configure)