diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2018-11-19 05:36:16 +0000 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2019-09-21 21:50:47 -0500 |
commit | b10a454c447c2ff6a25851a3fbe6506649ce330f (patch) | |
tree | 543f227819d5853a79367bb5bb881dc9be26d283 /profiles/arch/base | |
parent | net-libs/glib-networking-2.60.3: alpha stable, bug 692932 (diff) | |
download | gentoo-b10a454c447c2ff6a25851a3fbe6506649ce330f.tar.gz gentoo-b10a454c447c2ff6a25851a3fbe6506649ce330f.tar.bz2 gentoo-b10a454c447c2ff6a25851a3fbe6506649ce330f.zip |
sys-firmware/seabios: Support USE=-binary on non-x86
For non-x86 platforms, building from source can be done using a
cross-compiler provided by crossdev.
Also adjusts arch package.use.{force,mask} as appropriate.
Tested on a Talos II / POWER9 running ppc64
Signed-off-by: Luke Dashjr <luke-jr+git@utopios.org>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'profiles/arch/base')
-rw-r--r-- | profiles/arch/base/package.use.force | 6 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/profiles/arch/base/package.use.force b/profiles/arch/base/package.use.force new file mode 100644 index 000000000000..c60d96841663 --- /dev/null +++ b/profiles/arch/base/package.use.force @@ -0,0 +1,6 @@ +# Copyright 2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (19 Nov 2018) +# iasl is not keyworded on many platforms yet +sys-firmware/seabios binary diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 072dbbd336c3..faa9ca3ffc0d 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21) +# Moved from arch/powerpc/ppc64 as it applies to most architectures. +sys-firmware/seabios debug + # Georgy Yakovlev <gyakovlev@gentoo.org> (2019-08-28) # upstream tarballs for tier-2 arches do not ship docs # and starting with 1.37 no longer ship extra tools |