Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/dep/soname/
Date: Sun, 31 May 2015 02:34:34
Message-Id: 1433039654.b50bbcb70506254d66937dac376056bbf99b3fe9.vapier@gentoo
1 commit: b50bbcb70506254d66937dac376056bbf99b3fe9
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 02:32:16 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 02:34:14 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b50bbcb7
7
8 multilib: use ia64 as ia64 multilib name
9
10 The short name "ia" is never used when referring to Itanium.
11 It is always "ia64". Make the multilib category match.
12
13 pym/portage/dep/soname/multilib_category.py | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/pym/portage/dep/soname/multilib_category.py b/pym/portage/dep/soname/multilib_category.py
17 index 30dbe1d..62d064e 100644
18 --- a/pym/portage/dep/soname/multilib_category.py
19 +++ b/pym/portage/dep/soname/multilib_category.py
20 @@ -46,7 +46,7 @@ _machine_prefix_map = {
21 EM_AARCH64: "arm",
22 EM_ALPHA: "alpha",
23 EM_ARM: "arm",
24 - EM_IA_64: "ia",
25 + EM_IA_64: "ia64",
26 EM_MIPS: "mips",
27 EM_PARISC: "hppa",
28 EM_PPC: "ppc",