diff options
author | Davide Pesavento <pesa@gentoo.org> | 2015-03-15 01:25:19 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2015-03-15 01:25:19 +0000 |
commit | b68763b776b760580de4877d8f20efb33a394cc2 (patch) | |
tree | 173ff43d1c25f586df2b36e575c3212a656325f2 /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')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/qt4-build-multilib.eclass | 4 | ||||
-rw-r--r-- | eclass/qt4-build.eclass | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 2e5628538a89..ec197a2eb9c8 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1562 2015/03/14 14:32:10 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1563 2015/03/15 01:25:19 pesa Exp $ + + 15 Mar 2015; Davide Pesavento <pesa@gentoo.org> qt4-build.eclass, + qt4-build-multilib.eclass: + Fix indentation. 14 Mar 2015; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass: Turn deprecated functions into fatal errors diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 6e5e55b8bc74..e8d9ffa0157e 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.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-multilib.eclass,v 1.6 2015/03/11 14:07:56 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build-multilib.eclass,v 1.7 2015/03/15 01:25:19 pesa Exp $ # @ECLASS: qt4-build-multilib.eclass # @MAINTAINER: @@ -291,7 +291,7 @@ qt4_multilib_src_configure() { x86-macos) arch=x86 ;; x86*) arch=i386 ;; alpha|arm|ia64|mips|s390) arch=$(tc-arch) ;; - arm64|hppa|sh) arch=generic ;; + arm64|hppa|sh) arch=generic ;; *) die "qt4-build-multilib.eclass: unsupported tc-arch '$(tc-arch)'" ;; esac 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 |