diff options
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 6 | ||||
-rw-r--r-- | profiles/arch/base/package.use.mask | 9 | ||||
-rw-r--r-- | 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 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 diff --git a/profiles/arch/base/package.use.mask b/profiles/arch/base/package.use.mask index e1ce8f90077d..9bdee5482a0c 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 <marecki@gentoo.org> (2020-06-15) -# Mask flashrom drivers which only work on few architectures: +# Marek Szuba <marecki@gentoo.org> (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 <whissi@gentoo.org> (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 cf7cc7c27626..6404d44186b2 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 <marecki@gentoo.org> (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 <marecki@gentoo.org> (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 <chead@chead.ca> (2020-06-10) # Requires dev-db/influxdb which is amd64-only |