summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2015-03-15 01:25:19 +0000
committerDavide Pesavento <pesa@gentoo.org>2015-03-15 01:25:19 +0000
commitb68763b776b760580de4877d8f20efb33a394cc2 (patch)
tree173ff43d1c25f586df2b36e575c3212a656325f2 /eclass/qt4-build.eclass
parentadd version 1.5.1 (diff)
downloadhistorical-b68763b776b760580de4877d8f20efb33a394cc2.tar.gz
historical-b68763b776b760580de4877d8f20efb33a394cc2.tar.bz2
historical-b68763b776b760580de4877d8f20efb33a394cc2.zip
Fix indentation.
Diffstat (limited to 'eclass/qt4-build.eclass')
-rw-r--r--eclass/qt4-build.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/qt4-build.eclass b/eclass/qt4-build.eclass
index e1c405da753e..6e6008a72a48 100644
--- a/eclass/qt4-build.eclass
+++ b/eclass/qt4-build.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.160 2015/03/11 14:07:56 dlan Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.161 2015/03/15 01:25:19 pesa Exp $
# @ECLASS: qt4-build.eclass
# @MAINTAINER:
@@ -326,7 +326,7 @@ qt4-build_src_configure() {
x86-macos) conf+=" -arch x86" ;;
x86|x86-*) conf+=" -arch i386" ;;
alpha|arm|ia64|mips|s390) conf+=" -arch $(tc-arch)" ;;
- arm64|hppa|sh) conf+=" -arch generic" ;;
+ arm64|hppa|sh) conf+=" -arch generic" ;;
*) die "$(tc-arch) is unsupported by this eclass. Please file a bug." ;;
esac