commit: 87800ab650e416c58ce917169b69946617fec96c Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org> AuthorDate: Wed Jun 27 18:16:30 2018 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Wed Jun 27 18:16:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87800ab6
profiles/arch: mask catalyst[system-bootloader] and unmask as appropriate profiles/arch/amd64/package.use.mask | 4 ++++ profiles/arch/base/package.use.mask | 4 ++++ profiles/arch/x86/package.use.mask | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 5109e4af610..0ea0ff75273 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Rick Farina <[email protected]> (27 Jun 2018) +# Catalyst has support for assembling bootloader on this arch +dev-util/catalyst -system-bootloader + # Ilya Tumaykin <[email protected]> (17 Jun 2018) # Vulkan support is only available on few selected arches atm. # Mask everywhere, unmask where appropriate. diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index a25dc05caa7..13505fe222d 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Rick Farina <[email protected]> (27 Jun 2018) +# Catalyst only has support for assembling bootloader on some arches +dev-util/catalyst system-bootloader + # Ilya Tumaykin <[email protected]> (17 Jun 2018) # Vulkan support is only available on few selected arches atm. # Mask everywhere, unmask where appropriate. diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 9f057c9bc06..10c8ff58fd6 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -3,6 +3,10 @@ # This file requires >=portage-2.1.1 +# Rick Farina <[email protected]> (27 Jun 2018) +# Catalyst has support for assembling bootloader on this arch +dev-util/catalyst -system-bootloader + # Ilya Tumaykin <[email protected]> (17 Jun 2018) # Vulkan support is only available on few selected arches atm. # Mask everywhere, unmask where appropriate.
