diff options
author | Florian Schmaus <flow@gentoo.org> | 2023-11-10 13:55:22 +0100 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2023-11-11 09:56:45 +0100 |
commit | 73bbf5c9464fb3ab17a72c1dc653015d0aa15605 (patch) | |
tree | 3c90da1be2f916d0b75fc94ea251876cb999d577 /profiles | |
parent | dev-python/qdarkstyle: Remove old (diff) | |
download | gentoo-73bbf5c9464fb3ab17a72c1dc653015d0aa15605.tar.gz gentoo-73bbf5c9464fb3ab17a72c1dc653015d0aa15605.tar.bz2 gentoo-73bbf5c9464fb3ab17a72c1dc653015d0aa15605.zip |
sys-apps/irqbalance: add 1.9.3
The new version introduces the 'thermal' USE flag with according
optfeature and installs irqbalance's udev rule.
Closes: https://github.com/gentoo/gentoo/pull/33754
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/amd64/package.use | 2 | ||||
-rw-r--r-- | profiles/arch/amd64/package.use.mask | 4 | ||||
-rw-r--r-- | profiles/base/package.use.mask | 4 |
3 files changed, 9 insertions, 1 deletions
diff --git a/profiles/arch/amd64/package.use b/profiles/arch/amd64/package.use index c057afab7c94..31d17baca413 100644 --- a/profiles/arch/amd64/package.use +++ b/profiles/arch/amd64/package.use @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # James Le Cuirot <chewi@gentoo.org> (2022-06-25) diff --git a/profiles/arch/amd64/package.use.mask b/profiles/arch/amd64/package.use.mask index d2c6e747e0da..7acda262fc3c 100644 --- a/profiles/arch/amd64/package.use.mask +++ b/profiles/arch/amd64/package.use.mask @@ -17,6 +17,10 @@ #--- END OF EXAMPLES --- +# Florian Schmaus <flow@gentoo.org> (2023-11-10) +# Only available for amd64. +sys-apps/irqbalance -thermal + # Ionen Wolkens <ionen@gentoo.org> (2023-10-09) # media-libs/shaderc is keyworded here. media-libs/libplacebo -shaderc diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index a67c3921d90c..c9b054fc959a 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Florian Schmaus <flow@gentoo.org> (2023-11-10) +# Only available for amd64. +sys-apps/irqbalance thermal + # Marek Szuba <marecki@gentoo.org> (2023-10-26) # media-gfx/gmic has been masked for removal, see Bug #916289. media-gfx/darktable gmic |