Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/darwin/macos/arch/ppc/, profiles/prefix/darwin/macos/arch/x64/, ...
Date: Fri, 29 Apr 2016 12:47:37
Message-Id: 1461934036.872effffd3541b475cf1e9d0a7d0021621aab137.grobian@gentoo
1 commit: 872effffd3541b475cf1e9d0a7d0021621aab137
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 12:47:16 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 12:47:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872effff
7
8 profiles/prefix/darwin/macos: add appropriate mask/force for ABI USE-flags, bug #579454
9
10 profiles/prefix/darwin/macos/arch/ppc/use.force | 3 ++-
11 profiles/prefix/darwin/macos/arch/ppc/use.mask | 7 +++++++
12 profiles/prefix/darwin/macos/arch/x64/use.force | 3 ++-
13 profiles/prefix/darwin/macos/arch/x64/use.mask | 7 +++++++
14 profiles/prefix/darwin/macos/arch/x86/use.force | 3 ++-
15 profiles/prefix/darwin/macos/arch/x86/use.mask | 7 +++++++
16 6 files changed, 27 insertions(+), 3 deletions(-)
17
18 diff --git a/profiles/prefix/darwin/macos/arch/ppc/use.force b/profiles/prefix/darwin/macos/arch/ppc/use.force
19 index 50b02bf..63e95a3 100644
20 --- a/profiles/prefix/darwin/macos/arch/ppc/use.force
21 +++ b/profiles/prefix/darwin/macos/arch/ppc/use.force
22 @@ -1,6 +1,7 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 # Force the flag corresponding to the default ABI
29 +ppc-macos
30 abi_ppc_32
31
32 diff --git a/profiles/prefix/darwin/macos/arch/ppc/use.mask b/profiles/prefix/darwin/macos/arch/ppc/use.mask
33 new file mode 100644
34 index 0000000..2c96250
35 --- /dev/null
36 +++ b/profiles/prefix/darwin/macos/arch/ppc/use.mask
37 @@ -0,0 +1,7 @@
38 +# Copyright 1999-2016 Gentoo Foundation
39 +# Distributed under the terms of the GNU General Public License v2
40 +# $Id$
41 +
42 +# Unmask the flag corresponding to the default ABI
43 +-ppc-macos
44 +-abi_ppc_32
45
46 diff --git a/profiles/prefix/darwin/macos/arch/x64/use.force b/profiles/prefix/darwin/macos/arch/x64/use.force
47 index 953c261..b6d3947 100644
48 --- a/profiles/prefix/darwin/macos/arch/x64/use.force
49 +++ b/profiles/prefix/darwin/macos/arch/x64/use.force
50 @@ -1,6 +1,7 @@
51 -# Copyright 1999-2014 Gentoo Foundation
52 +# Copyright 1999-2016 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Id$
55
56 # Force the flag corresponding to the default ABI
57 +x64-macos
58 abi_x86_64
59
60 diff --git a/profiles/prefix/darwin/macos/arch/x64/use.mask b/profiles/prefix/darwin/macos/arch/x64/use.mask
61 new file mode 100644
62 index 0000000..9702d75
63 --- /dev/null
64 +++ b/profiles/prefix/darwin/macos/arch/x64/use.mask
65 @@ -0,0 +1,7 @@
66 +# Copyright 1999-2016 Gentoo Foundation
67 +# Distributed under the terms of the GNU General Public License v2
68 +# $Id$
69 +
70 +# Unmask the flag corresponding to the default ABI
71 +-x64-macos
72 +-abi_x86_64
73
74 diff --git a/profiles/prefix/darwin/macos/arch/x86/use.force b/profiles/prefix/darwin/macos/arch/x86/use.force
75 index 6324061..8f00cb9 100644
76 --- a/profiles/prefix/darwin/macos/arch/x86/use.force
77 +++ b/profiles/prefix/darwin/macos/arch/x86/use.force
78 @@ -1,6 +1,7 @@
79 -# Copyright 1999-2014 Gentoo Foundation
80 +# Copyright 1999-2016 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Id$
83
84 # Force the flag corresponding to the default ABI
85 +x86-macos
86 abi_x86_32
87
88 diff --git a/profiles/prefix/darwin/macos/arch/x86/use.mask b/profiles/prefix/darwin/macos/arch/x86/use.mask
89 new file mode 100644
90 index 0000000..3ab4866
91 --- /dev/null
92 +++ b/profiles/prefix/darwin/macos/arch/x86/use.mask
93 @@ -0,0 +1,7 @@
94 +# Copyright 1999-2016 Gentoo Foundation
95 +# Distributed under the terms of the GNU General Public License v2
96 +# $Id$
97 +
98 +# Unmask the flag corresponding to the default ABI
99 +-x86-macos
100 +-abi_x86_32