Gentoo Archives: gentoo-commits

From: Richard Farina <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/base/, profiles/arch/x86/, profiles/arch/amd64/
Date: Wed, 27 Jun 2018 18:17:21
Message-Id: 1530123390.87800ab650e416c58ce917169b69946617fec96c.zerochaos@gentoo
1 commit: 87800ab650e416c58ce917169b69946617fec96c
2 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 18:16:30 2018 +0000
4 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 18:16:30 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87800ab6
7
8 profiles/arch: mask catalyst[system-bootloader] and unmask as appropriate
9
10 profiles/arch/amd64/package.use.mask | 4 ++++
11 profiles/arch/base/package.use.mask | 4 ++++
12 profiles/arch/x86/package.use.mask | 4 ++++
13 3 files changed, 12 insertions(+)
14
15 diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask
16 index 5109e4af610..0ea0ff75273 100644
17 --- a/profiles/arch/amd64/package.use.mask
18 +++ b/profiles/arch/amd64/package.use.mask
19 @@ -17,6 +17,10 @@
20
21 #--- END OF EXAMPLES ---
22
23 +# Rick Farina <zerochaos@g.o> (27 Jun 2018)
24 +# Catalyst has support for assembling bootloader on this arch
25 +dev-util/catalyst -system-bootloader
26 +
27 # Ilya Tumaykin <itumaykin+gentoo@×××××.com> (17 Jun 2018)
28 # Vulkan support is only available on few selected arches atm.
29 # Mask everywhere, unmask where appropriate.
30
31 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask
32 index a25dc05caa7..13505fe222d 100644
33 --- a/profiles/arch/base/package.use.mask
34 +++ b/profiles/arch/base/package.use.mask
35 @@ -1,6 +1,10 @@
36 # Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 +# Rick Farina <zerochaos@g.o> (27 Jun 2018)
40 +# Catalyst only has support for assembling bootloader on some arches
41 +dev-util/catalyst system-bootloader
42 +
43 # Ilya Tumaykin <itumaykin+gentoo@×××××.com> (17 Jun 2018)
44 # Vulkan support is only available on few selected arches atm.
45 # Mask everywhere, unmask where appropriate.
46
47 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask
48 index 9f057c9bc06..10c8ff58fd6 100644
49 --- a/profiles/arch/x86/package.use.mask
50 +++ b/profiles/arch/x86/package.use.mask
51 @@ -3,6 +3,10 @@
52
53 # This file requires >=portage-2.1.1
54
55 +# Rick Farina <zerochaos@g.o> (27 Jun 2018)
56 +# Catalyst has support for assembling bootloader on this arch
57 +dev-util/catalyst -system-bootloader
58 +
59 # Ilya Tumaykin <itumaykin+gentoo@×××××.com> (17 Jun 2018)
60 # Vulkan support is only available on few selected arches atm.
61 # Mask everywhere, unmask where appropriate.