Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kinfocenter/
Date: Wed, 14 Sep 2022 14:01:34
Message-Id: 1663164071.f871b0d526e7540839a24509dc932cb7d487f982.asturm@gentoo
1 commit: f871b0d526e7540839a24509dc932cb7d487f982
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Wed Jun 29 05:03:47 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 14 14:01:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f871b0d5
7
8 kde-plasma/kinfocenter: Add firmware security optfeatures
9
10 Closes: https://bugs.gentoo.org/853253
11 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild | 1 +
15 kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild | 1 +
16 2 files changed, 2 insertions(+)
17
18 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild
19 index 6d6af0b3b0bc..2c37c0c60433 100644
20 --- a/kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild
21 +++ b/kde-plasma/kinfocenter/kinfocenter-5.24.6.ebuild
22 @@ -71,6 +71,7 @@ pkg_postinst() {
23 optfeature "advanced CPU information module" sys-apps/util-linux
24 fi
25 optfeature "Wayland information module" app-misc/wayland-utils
26 + optfeature "Firmware security module" "app-text/aha sys-apps/fwupd"
27 optfeature "OpenGL information module" x11-apps/mesa-progs
28 optfeature "PCI devices information module" sys-apps/pciutils
29 optfeature "X Server information module" x11-apps/xdpyinfo
30
31 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild
32 index a284d1115d5e..3e2dad345769 100644
33 --- a/kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild
34 +++ b/kde-plasma/kinfocenter/kinfocenter-5.25.5.ebuild
35 @@ -71,6 +71,7 @@ pkg_postinst() {
36 optfeature "advanced CPU information module" sys-apps/util-linux
37 fi
38 optfeature "Wayland information module" app-misc/wayland-utils
39 + optfeature "Firmware security module" "app-text/aha sys-apps/fwupd"
40 optfeature "OpenGL information module" x11-apps/mesa-progs
41 optfeature "PCI devices information module" sys-apps/pciutils
42 optfeature "X Server information module" x11-apps/xdpyinfo