From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0419139694 for ; Sun, 18 Jun 2017 19:32:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3532DE0C75; Sun, 18 Jun 2017 19:32:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0EA55E0C75 for ; Sun, 18 Jun 2017 19:32:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A96C23419A0 for ; Sun, 18 Jun 2017 19:32:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 276077484 for ; Sun, 18 Jun 2017 19:32:01 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1497814026.3f5b5bd616ae02a632ff03c2b95fbea510c0cf05.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: libs/ X-VCS-Repository: proj/eselect X-VCS-Files: libs/package-manager.bash.in X-VCS-Directories: libs/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 3f5b5bd616ae02a632ff03c2b95fbea510c0cf05 X-VCS-Branch: master Date: Sun, 18 Jun 2017 19:32:01 +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: b854679c-b8d7-46f6-8fb6-0d1b932cd1e1 X-Archives-Hash: 208cf28a3958cc1a56bd9a1e92d2cab6 commit: 3f5b5bd616ae02a632ff03c2b95fbea510c0cf05 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jun 18 19:27:06 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jun 18 19:27:06 2017 +0000 URL: https://gitweb.gentoo.org/proj/eselect.git/commit/?id=3f5b5bd6 Whitespace. libs/package-manager.bash.in | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in index c675e7d..b2c5aba 100644 --- a/libs/package-manager.bash.in +++ b/libs/package-manager.bash.in @@ -70,23 +70,23 @@ arch() { # Try to determine arch from HOSTTYPE and OSTYPE, which are # derived from the GNU triplet (at build time of bash) case ${HOSTTYPE} in - aarch64*) ret=arm64 ;; - alpha*) ret=alpha ;; - arm*) ret=arm ;; - hppa*) ret=hppa ;; - i?86) ret=x86 ;; - ia64*) ret=ia64 ;; - m68k*) ret=m68k ;; - mips*) ret=mips ;; - nios2) ret=nios2 ;; - or1k|or32*) ret=openrisc;; - powerpc64*) ret=ppc64 ;; - powerpc*) ret=ppc ;; - riscv*) ret=riscv ;; - s390*) ret=s390 ;; - sh*) ret=sh ;; - sparc*) ret=sparc ;; - x86_64) ret=amd64 ;; + aarch64*) ret=arm64 ;; + alpha*) ret=alpha ;; + arm*) ret=arm ;; + hppa*) ret=hppa ;; + i?86) ret=x86 ;; + ia64*) ret=ia64 ;; + m68k*) ret=m68k ;; + mips*) ret=mips ;; + nios2) ret=nios2 ;; + or1k|or32*) ret=openrisc ;; + powerpc64*) ret=ppc64 ;; + powerpc*) ret=ppc ;; + riscv*) ret=riscv ;; + s390*) ret=s390 ;; + sh*) ret=sh ;; + sparc*) ret=sparc ;; + x86_64) ret=amd64 ;; *) write_warning_msg \ "Unknown architecture \"${HOSTTYPE}\"." \