summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
committerSven Wegener <swegener@gentoo.org>2005-07-11 15:08:07 +0000
commita18b8c502d697dde5b46e9fa54867d99d8528c63 (patch)
tree5e3d3675e2764dc2b1589043df9a5864c250ca17 /eclass/wxlib.eclass
parentUpdate to support selinux USE flag (blame spb). (diff)
downloadhistorical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.gz
historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.bz2
historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.zip
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/wxlib.eclass')
-rw-r--r--eclass/wxlib.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass
index 051b76f21665..01a6c19f34a9 100644
--- a/eclass/wxlib.eclass
+++ b/eclass/wxlib.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/wxlib.eclass,v 1.10 2005/07/06 20:23:20 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.11 2005/07/11 15:08:06 swegener Exp $
# Author Diego Pettenò <flameeyes@gentoo.org>
# Maintained by wxwidgets herd
@@ -38,7 +38,7 @@ S=${WORKDIR}/wxWidgets-${PV}
# $3: all the extra parameters to pass to configure script
configure_build() {
export LANG='C'
-
+
mkdir ${S}/$1_build
cd ${S}/$1_build
# odbc works with ansi only:
@@ -69,7 +69,7 @@ configure_build() {
subconfigure() {
debug_conf=""
if use debug; then
- debug_conf="--enable-debug --enable-debug_gdb"
+ debug_conf="--enable-debug --enable-debug_gdb"
fi
${S}/configure \
--host=${CHOST} \