public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect:master commit in: libs/, /
Date: Tue, 21 Mar 2017 06:33:59 +0000 (UTC)	[thread overview]
Message-ID: <1490077888.5f31448766d94618df7ac25c53a05270aec344ce.ulm@gentoo> (raw)

commit:     5f31448766d94618df7ac25c53a05270aec344ce
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 04:35:11 2017 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 06:31:28 2017 +0000
URL:        https://gitweb.gentoo.org/proj/eselect.git/commit/?id=5f314487

Fill out arch matches a bit more in package-manager lib.

* libs/package-manager.bash.in (arch): Fill out arch matches
a bit more.

 ChangeLog                    |  5 +++++
 libs/package-manager.bash.in | 14 ++++++++------
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 20e9ad3..9508639 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-21  Mike Frysinger <vapier@gentoo.org>
+
+	* libs/package-manager.bash.in (arch): Fill out arch matches
+	a bit more.
+
 2016-12-10  Ulrich Müller  <ulm@gentoo.org>
 
 	* configure.ac: Update version to 1.4.8.

diff --git a/libs/package-manager.bash.in b/libs/package-manager.bash.in
index aececfd..8194fff 100644
--- a/libs/package-manager.bash.in
+++ b/libs/package-manager.bash.in
@@ -75,15 +75,17 @@ arch() {
 			arm*)   	ret=arm 	;;
 			hppa*)  	ret=hppa	;;
 			i?86)   	ret=x86 	;;
-			ia64)   	ret=ia64	;;
-			m68k)   	ret=m68k	;;
+			ia64*)  	ret=ia64	;;
+			m68k*)  	ret=m68k	;;
 			mips*)  	ret=mips	;;
-			powerpc)	ret=ppc 	;;
-			powerpc64)	ret=ppc64	;;
+			nios2)  	ret=nios	;;
+			or1k|or32*)	ret=openrisc;;
+			powerpc64*)	ret=ppc64	;;
+			powerpc*)	ret=ppc 	;;
+			riscv*) 	ret=riscv	;;
 			s390*)  	ret=s390	;;
 			sh*)    	ret=sh  	;;
-			sparc)  	ret=sparc	;;
-			sparc64)	ret=sparc64	;;
+			sparc*) 	ret=sparc	;;
 			x86_64) 	ret=amd64	;;
 			*)
 				write_warning_msg \


             reply	other threads:[~2017-03-21  6:34 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-21  6:33 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-05-12 16:44 [gentoo-commits] proj/eselect:master commit in: libs/, / Ulrich Müller
2023-03-14 16:53 Ulrich Müller
2017-12-25 11:00 Ulrich Müller
2017-06-18 19:32 Ulrich Müller
2016-12-10  8:18 Ulrich Müller
2016-11-01  6:43 Ulrich Müller
2016-10-30  9:17 Ulrich Müller
2016-06-01 19:43 Ulrich Müller
2014-03-14 19:43 Ulrich Müller
2014-01-19 16:36 Ulrich Müller
2013-11-19 12:54 Ulrich Müller
2013-11-19  8:17 Ulrich Müller
2013-11-10 20:24 Ulrich Müller
2013-06-17 15:26 Ulrich Mueller
2013-01-05 13:47 Ulrich Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490077888.5f31448766d94618df7ac25c53a05270aec344ce.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox