diff options
author | Marek Szuba <marecki@gentoo.org> | 2020-06-17 16:03:43 +0200 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2020-06-17 16:03:43 +0200 |
commit | 4952985ebef7bd88c6b16574e5cfa209d6c1986f (patch) | |
tree | c38830334c8ca439add33341c1f56b5299162354 /profiles/arch/amd64 | |
parent | net-wireless/iwd: bump to 1.8 (diff) | |
download | gentoo-4952985ebef7bd88c6b16574e5cfa209d6c1986f.tar.gz gentoo-4952985ebef7bd88c6b16574e5cfa209d6c1986f.tar.bz2 gentoo-4952985ebef7bd88c6b16574e5cfa209d6c1986f.zip |
profiles: update USE-flag masks for sys-apps/flashrom, again
Although a look at the code of ich_descriptors_tool, the only tool
currently installed by USE=tools, suggests there should be nothing
hardware-dependent there (it works with ICH image files, not ICH
chipsets themselves), upstream has decided to only compile it on
x86-compatible systems. Until it turns out someone is in fact
interested in running this tool on other architectures, honour their
decision.
Closes: https://bugs.gentoo.org/728472
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'profiles/arch/amd64')
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 5ffde3c307c5..fff4e15c9f42 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,9 +17,9 @@ #--- END OF EXAMPLES --- -# Marek Szuba <marecki@gentoo.org> (2020-06-15) -# Unmask globally-masked flashrom drivers which do work on amd64 -sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi -nicrealtek -rayer-spi -satamv +# Marek Szuba <marecki@gentoo.org> (2020-06-17) +# Unmask globally-masked flashrom drivers and tools which do work on amd64 +sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi -nicrealtek -rayer-spi -satamv -tools # Mikle Kolyada <zlogene@gentoo.org> (2020-06-08) # clisp is keyworded on amd64 |