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/x86 | |
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/x86')
-rw-r--r-- | profiles/arch/x86/package.use.force | 4 | ||||
-rw-r--r-- | profiles/arch/x86/package.use.mask | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/profiles/arch/x86/package.use.force b/profiles/arch/x86/package.use.force index 5d692726f06a..1b862d289ccd 100644 --- a/profiles/arch/x86/package.use.force +++ b/profiles/arch/x86/package.use.force @@ -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-11-21) +# iasl is stable on x86 +sys-firmware/seabios -binary + # Georgy Yakovlev <gyakovlev@gentoo.org> (2018-05-14) # Force the host target to avoid dependency hell dev-lang/rust llvm_targets_X86 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index 0ff8ea4e2409..ce51c3317fa1 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 +# Luke Dashjr <luke-jr+gentoobugs@utopios.org> (2019-09-21) +# iasl is stable on x86 +sys-firmware/seabios -debug + # Andreas Sturmlechner <asturm@gentoo.org> (2019-09-06) # dev-qt/qtgamepad is not keyworded yet dev-qt/qt3d gamepad |