summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2009-01-06 19:37:18 +0000
committerFabian Groffen <grobian@gentoo.org>2009-01-06 19:37:18 +0000
commitc44c532d584522e0872c930df12d0a9672135e2e (patch)
treeac454fc615c5e9e427b0c41645db26916f9a57e2 /eclass
parentgeneralise comment (diff)
downloadgentoo-2-c44c532d584522e0872c930df12d0a9672135e2e.tar.gz
gentoo-2-c44c532d584522e0872c930df12d0a9672135e2e.tar.bz2
gentoo-2-c44c532d584522e0872c930df12d0a9672135e2e.zip
spaces -> tabs
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gtk-sharp-module.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/gtk-sharp-module.eclass b/eclass/gtk-sharp-module.eclass
index 611bd4a9f7ef..cc299112df36 100644
--- a/eclass/gtk-sharp-module.eclass
+++ b/eclass/gtk-sharp-module.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.10 2009/01/05 22:10:44 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.11 2009/01/06 19:37:18 grobian Exp $
# Author : Peter Johanson <latexer@gentoo.org>, butchered by ikelos, then loki_val.
# Based off of original work in gst-plugins.eclass by <foser@gentoo.org>
@@ -358,10 +358,10 @@ generate_pkgconfig() {
Version: ${pkgconfig_version}
EOF
- for gfile in "${D}"/usr/${apifile%/*}/*-api.xml
- do
- CSTRING="${CSTRING} -I:"'${gapidir}'"/${gfile##*/}"
- done
+ for gfile in "${D}"/usr/${apifile%/*}/*-api.xml
+ do
+ CSTRING="${CSTRING} -I:"'${gapidir}'"/${gfile##*/}"
+ done
echo "${CSTRING}" >> "${D}/usr/$(get_libdir)/pkgconfig/${pkgconfig_filename}.pc"