diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-27 14:16:30 -0400 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2018-06-27 14:16:30 -0400 |
commit | 87800ab650e416c58ce917169b69946617fec96c (patch) | |
tree | 9b54bf7bef5f8671ca8579666d47c15d733c60c5 /profiles/arch | |
parent | dev-util/catalyst: deps for building bootloader (diff) | |
download | gentoo-87800ab650e416c58ce917169b69946617fec96c.tar.gz gentoo-87800ab650e416c58ce917169b69946617fec96c.tar.bz2 gentoo-87800ab650e416c58ce917169b69946617fec96c.zip |
profiles/arch: mask catalyst[system-bootloader] and unmask as appropriate
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 5109e4af610f..0ea0ff752737 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Rick Farina <zerochaos@gentoo.org> (27 Jun 2018) +# Catalyst has support for assembling bootloader on this arch +dev-util/catalyst -system-bootloader + # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (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 a25dc05caa7a..13505fe222d8 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 <zerochaos@gentoo.org> (27 Jun 2018) +# Catalyst only has support for assembling bootloader on some arches +dev-util/catalyst system-bootloader + # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (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 9f057c9bc06d..10c8ff58fd6e 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 <zerochaos@gentoo.org> (27 Jun 2018) +# Catalyst has support for assembling bootloader on this arch +dev-util/catalyst -system-bootloader + # Ilya Tumaykin <itumaykin+gentoo@gmail.com> (17 Jun 2018) # Vulkan support is only available on few selected arches atm. # Mask everywhere, unmask where appropriate. |