summaryrefslogtreecommitdiff
path: root/eclass
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
commit95bf19ca63ab3b3bce5b3fcb087c3aff5ba4d808 (patch)
treed6d79c708a42688628fb26be516549d72037b8c0 /eclass
parentadd version 1.5.1 (diff)
downloadgentoo-2-95bf19ca63ab3b3bce5b3fcb087c3aff5ba4d808.tar.gz
gentoo-2-95bf19ca63ab3b3bce5b3fcb087c3aff5ba4d808.tar.bz2
gentoo-2-95bf19ca63ab3b3bce5b3fcb087c3aff5ba4d808.zip
Fix indentation.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog6
-rw-r--r--eclass/qt4-build-multilib.eclass4
-rw-r--r--eclass/qt4-build.eclass4
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