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 ADD9F1580B9 for ; Thu, 26 Aug 2021 16:46:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13411E09B4; 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 EBBD2E09B4 for ; Thu, 26 Aug 2021 16:46:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1919E342BA7 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 6344C8DF 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: <1629992580.062d03da48b49ad1a7eb8f18d7e5b93a373e2d8a.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: 062d03da48b49ad1a7eb8f18d7e5b93a373e2d8a 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: 8d5cb3ff-22ed-4cff-86c8-8d36f7e83808 X-Archives-Hash: 9f5c22d91071803f5bae2ec7e7549cec commit: 062d03da48b49ad1a7eb8f18d7e5b93a373e2d8a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Aug 26 15:42:52 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Aug 26 15:43:00 2021 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=062d03da kde-plasma/kinfocenter: Add new advanced cpu info module optfeature Upstream commit f7c96a0555861df6175fcfc76e1979df7cbed14f 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 950b99083a..6d4b81a490 100644 --- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild @@ -93,6 +93,7 @@ pkg_postinst() { 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 + optfeature "advanced CPU information module" sys-apps/util-linux fi ecm_pkg_postinst }