commit: 4952985ebef7bd88c6b16574e5cfa209d6c1986f Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Wed Jun 17 14:03:43 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Wed Jun 17 14:03:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4952985e
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 <AT> gentoo.org> profiles/arch/amd64/package.use.mask | 6 +++--- profiles/arch/base/package.use.mask | 9 +++++---- profiles/arch/x86/package.use.mask | 6 +++--- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index 5ffde3c307c..fff4e15c9f4 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,9 +17,9 @@ #--- END OF EXAMPLES --- -# Marek Szuba <[email protected]> (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 <[email protected]> (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 <[email protected]> (2020-06-08) # clisp is keyworded on amd64 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index e1ce8f90077..9bdee5482a0 100644 --- a/profiles/arch/base/package.use.mask +++ b/profiles/arch/base/package.use.mask @@ -1,11 +1,12 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Marek Szuba <[email protected]> (2020-06-15) -# Mask flashrom drivers which only work on few architectures: +# Marek Szuba <[email protected]> (2020-06-17) +# Mask flashrom drivers and tools which only work on few architectures: +# - 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 +# - 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 # Thomas Deutschmann <[email protected]> (2020-04-30) # Dependency is only keyworded on amd64 and x86 diff --git a/profiles/arch/x86/package.use.mask b/profiles/arch/x86/package.use.mask index cf7cc7c2762..6404d44186b 100644 --- a/profiles/arch/x86/package.use.mask +++ b/profiles/arch/x86/package.use.mask @@ -1,9 +1,9 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Marek Szuba <[email protected]> (2020-06-15) -# Unmask globally-masked flashrom drivers which do work on x86 -sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi -nicrealtek -rayer-spi -satamv +# Marek Szuba <[email protected]> (2020-06-17) +# Unmask globally-masked flashrom drivers and tools which do work on x86 +sys-apps/flashrom -atahpt -atapromise -internal -nic3com -nicnatsemi -nicrealtek -rayer-spi -satamv -tools # Christopher Head <[email protected]> (2020-06-10) # Requires dev-db/influxdb which is amd64-only
