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: Thu, 26 Aug 2021 16:46:40
Message-Id: 1629992353.e266a7541e08af1b28b8aa4ff4a88852ff566e8a.asturm@gentoo
1 commit: e266a7541e08af1b28b8aa4ff4a88852ff566e8a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 26 15:39:13 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 26 15:39:13 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e266a754
7
8 kde-plasma/kinfocenter: Add new vulkan module optfeature info
9
10 Upstream commit 64aa46a764c2b4ecd1249dfaa49926ebd0136c01
11
12 Package-Manager: Portage-3.0.22, Repoman-3.0.3
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
19 index e3182e1836..950b99083a 100644
20 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
21 +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
22 @@ -92,6 +92,7 @@ pkg_postinst() {
23 if [[ -z "${REPLACING_VERSIONS}" ]]; then
24 optfeature "NFS information module" net-fs/nfs-utils
25 optfeature "Samba status information module" net-fs/samba
26 + optfeature "Vulkan graphics API information module" dev-util/vulkan-tools
27 fi
28 ecm_pkg_postinst
29 }