diff options
author | 2021-11-15 21:10:56 +0100 | |
---|---|---|
committer | 2021-11-15 21:13:01 +0100 | |
commit | b61abd9af973546c3e99da9ab52d0707ef609a40 (patch) | |
tree | 5614707fa193a325d9b8f38c53c0768a14278718 /profiles/arch/base | |
parent | dev-ruby/diff-lcs: ppc64 stable wrt bug #823818 (diff) | |
download | gentoo-b61abd9af973546c3e99da9ab52d0707ef609a40.tar.gz gentoo-b61abd9af973546c3e99da9ab52d0707ef609a40.tar.bz2 gentoo-b61abd9af973546c3e99da9ab52d0707ef609a40.zip |
profiles/arch: update sys-apps/flashrom USE masks
Some of the drivers requiring raw PCI access (which currently only works
on amd64 and x86) were missing from the base mask.
Closes: https://bugs.gentoo.org/810880
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/arch/base')
-rw-r--r-- | profiles/arch/base/package.use.mask | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index 4267075d6b0b..5cf21d9522da 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -97,7 +97,7 @@ sys-block/fio io-uring zbc # - ich_descriptors_tools (USE=tools) is only compiled on amd64 and x86, # - internal is presently only supported on amd64/x86 and mipsel, # - the others only work on x86 due to lack of PCI-port I/O support. -sys-apps/flashrom atahpt atapromise internal nic3com nicnatsemi nicrealtek rayer-spi satamv tools +sys-apps/flashrom atahpt atapromise atavia drkaiser gfxnvidia internal it8212 nic3com nicintel nicintel-eeprom nicintel-spi nicnatsemi nicrealtek ogp-spi rayer-spi satamv satasii tools # Mikle Kolyada <zlogene@gentoo.org> (2020-06-08) # requires clisp whichis keyworded on fewer arches |