Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/
Date: Wed, 09 Feb 2022 20:30:29
Message-Id: 1644438583.ab07e0195f99155803d70422274221b2f11643aa.asturm@gentoo
1 commit: ab07e0195f99155803d70422274221b2f11643aa
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 9 20:06:34 2022 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 9 20:29:43 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ab07e019
7
8 kde-plasma/kinfocenter: Fix typo
9
10 Reported-by: Till Schäfer <till2.schaefer <AT> uni-dortmund.de>
11 Bug: https://bugs.gentoo.org/832984
12 Package-Manager: Portage-3.0.30, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild | 2 +-
16 kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 2 +-
17 2 files changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild
20 index bc98ab60fa..33c5e6184f 100644
21 --- a/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild
22 +++ b/kde-plasma/kinfocenter/kinfocenter-5.24.49.9999.ebuild
23 @@ -72,7 +72,7 @@ pkg_postinst() {
24 fi
25 optfeature "Wayland information module" app-misc/wayland-utils
26 optfeature "OpenGL information module" x11-apps/mesa-progs
27 - optfeature "PCI devices information module" sys-apps/pciutil
28 + optfeature "PCI devices information module" sys-apps/pciutils
29 optfeature "X Server information module" x11-apps/xdpyinfo
30 ecm_pkg_postinst
31 }
32
33 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
34 index ed0b4d474b..d48aeb7f1b 100644
35 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
36 +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
37 @@ -72,7 +72,7 @@ pkg_postinst() {
38 fi
39 optfeature "Wayland information module" app-misc/wayland-utils
40 optfeature "OpenGL information module" x11-apps/mesa-progs
41 - optfeature "PCI devices information module" sys-apps/pciutil
42 + optfeature "PCI devices information module" sys-apps/pciutils
43 optfeature "X Server information module" x11-apps/xdpyinfo
44 ecm_pkg_postinst
45 }