From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 515931580B9 for ; Thu, 26 Aug 2021 16:46:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 959FEE09B8; Thu, 26 Aug 2021 16:46:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76B47E09B8 for ; Thu, 26 Aug 2021 16:46:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 79C75342BBA for ; Thu, 26 Aug 2021 16:46:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5056B8DE for ; Thu, 26 Aug 2021 16:46:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1629992353.e266a7541e08af1b28b8aa4ff4a88852ff566e8a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kinfocenter/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kinfocenter/kinfocenter-9999.ebuild X-VCS-Directories: kde-plasma/kinfocenter/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e266a7541e08af1b28b8aa4ff4a88852ff566e8a X-VCS-Branch: master Date: Thu, 26 Aug 2021 16:46:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 34ab4df5-f9b9-47a0-a03a-50599aef86ec X-Archives-Hash: 227d8fb9526e935a0338d39191e4d81e commit: e266a7541e08af1b28b8aa4ff4a88852ff566e8a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 26 15:39:13 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 26 15:39:13 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e266a754 kde-plasma/kinfocenter: Add new vulkan module optfeature info Upstream commit 64aa46a764c2b4ecd1249dfaa49926ebd0136c01 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild index e3182e1836..950b99083a 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -92,6 +92,7 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "NFS information module" net-fs/nfs-utils optfeature "Samba status information module" net-fs/samba + optfeature "Vulkan graphics API information module" dev-util/vulkan-tools fi ecm_pkg_postinst }