diff options
author | 2015-03-15 01:25:19 +0000 | |
---|---|---|
committer | 2015-03-15 01:25:19 +0000 | |
commit | b68763b776b760580de4877d8f20efb33a394cc2 (patch) | |
tree | 173ff43d1c25f586df2b36e575c3212a656325f2 /eclass/qt4-build.eclass | |
parent | add version 1.5.1 (diff) | |
download | historical-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.eclass | 4 |
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 |