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 0F90E138CBD for ; Wed, 11 Mar 2015 14:11:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7B22E0964; Wed, 11 Mar 2015 14:11: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 51A76E0964 for ; Wed, 11 Mar 2015 14:11:24 +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 1A9C9340AD5 for ; Wed, 11 Mar 2015 14:11:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C0671386C for ; Wed, 11 Mar 2015 14:11:08 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1426083047.ae895d38213bab3dc73826104811fc0b09efb551.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: ae895d38213bab3dc73826104811fc0b09efb551 X-VCS-Branch: master Date: Wed, 11 Mar 2015 14:11:08 +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: 806b5ee2-8de5-4866-a415-9c03c5f83d67 X-Archives-Hash: aefbfb63137a4cf9bc5b560b83e6d2ce commit: ae895d38213bab3dc73826104811fc0b09efb551 Author: Michael Palimaka gentoo org> AuthorDate: Wed Mar 11 14:10:47 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Mar 11 14:10:47 2015 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=ae895d38 [eclass] Sync with main tree. eclass/qt4-build-multilib.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/qt4-build-multilib.eclass b/eclass/qt4-build-multilib.eclass index 084f5b0..9580e63 100644 --- a/eclass/qt4-build-multilib.eclass +++ b/eclass/qt4-build-multilib.eclass @@ -290,8 +290,8 @@ qt4_multilib_src_configure() { sparc*) arch=sparc ;; x86-macos) arch=x86 ;; x86*) arch=i386 ;; - alpha|arm|arm64|ia64|mips|s390) arch=$(tc-arch) ;; - hppa|sh) arch=generic ;; + alpha|arm|ia64|mips|s390) arch=$(tc-arch) ;; + arm64|hppa|sh) arch=generic ;; *) die "qt4-build-multilib.eclass: unsupported tc-arch '$(tc-arch)'" ;; esac