From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 87FDB138CA3 for ; Sun, 15 Mar 2015 01:28:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 222F8E0B18; Sun, 15 Mar 2015 01:28:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE253E0B18 for ; Sun, 15 Mar 2015 01:28:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D708D3406DD for ; Sun, 15 Mar 2015 01:28:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29EA013C5D for ; Sun, 15 Mar 2015 01:28:18 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1426382872.bd650e6e59c4d2dcc92de075abc97b3c2f623a17.pesa@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt4-build-multilib.eclass X-VCS-Directories: eclass/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: bd650e6e59c4d2dcc92de075abc97b3c2f623a17 X-VCS-Branch: master Date: Sun, 15 Mar 2015 01:28:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bc307fdd-80dd-46f0-a77f-0ab7fa0b2359 X-Archives-Hash: 3d8bd0c87f5f4f59d8385175d1e405c2 commit: bd650e6e59c4d2dcc92de075abc97b3c2f623a17 Author: Davide Pesavento gentoo org> AuthorDate: Sun Mar 15 01:26:40 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun Mar 15 01:27:52 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=bd650e6e [qt4-build-multilib.eclass] Fix indentation. eclass/qt4-build-multilib.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 9580e63..a9764e9 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -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