commit: f871b0d526e7540839a24509dc932cb7d487f982 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info> AuthorDate: Wed Jun 29 05:03:47 2022 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Sep 14 14:01:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f871b0d5
kde-plasma/kinfocenter: Add firmware security optfeatures Closes: https://bugs.gentoo.org/853253 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info> Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild | 1 + kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild index 6d6af0b3b0bc..2c37c0c60433 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild @@ -71,6 +71,7 @@ pkg_postinst() { optfeature "advanced CPU information module" sys-apps/util-linux fi optfeature "Wayland information module" app-misc/wayland-utils + optfeature "Firmware security module" "app-text/aha sys-apps/fwupd" optfeature "OpenGL information module" x11-apps/mesa-progs optfeature "PCI devices information module" sys-apps/pciutils optfeature "X Server information module" x11-apps/xdpyinfo diff --git a/kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild index a284d1115d5e..3e2dad345769 100644 --- a/kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild @@ -71,6 +71,7 @@ pkg_postinst() { optfeature "advanced CPU information module" sys-apps/util-linux fi optfeature "Wayland information module" app-misc/wayland-utils + optfeature "Firmware security module" "app-text/aha sys-apps/fwupd" optfeature "OpenGL information module" x11-apps/mesa-progs optfeature "PCI devices information module" sys-apps/pciutils optfeature "X Server information module" x11-apps/xdpyinfo
