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 6105513997D for ; Mon, 11 Nov 2019 00:58:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88A7DE09D7; Mon, 11 Nov 2019 00:58:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6DF32E09D7 for ; Mon, 11 Nov 2019 00:58:20 +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 79F5934CB9F for ; Mon, 11 Nov 2019 00:58:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 053F688E for ; Mon, 11 Nov 2019 00:58:18 +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: <1573433877.b0eb2e313ed5f35cbd9c36efcb969063007b2b3d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/ksysguard/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/ksysguard/ksysguard-5.17.2.ebuild X-VCS-Directories: kde-plasma/ksysguard/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b0eb2e313ed5f35cbd9c36efcb969063007b2b3d X-VCS-Branch: master Date: Mon, 11 Nov 2019 00:58:18 +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: 9024db3d-1571-4208-a538-6de14e116364 X-Archives-Hash: 3862ed32dbbd6cd2ced9032d7acce481 commit: b0eb2e313ed5f35cbd9c36efcb969063007b2b3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Nov 11 00:57:43 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Nov 11 00:57:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0eb2e31 kde-plasma/ksysguard: Fix cmakeargs Closes: https://bugs.gentoo.org/698938 Package-Manager: Portage-2.3.78, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/ksysguard/ksysguard-5.17.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/ksysguard/ksysguard-5.17.2.ebuild b/kde-plasma/ksysguard/ksysguard-5.17.2.ebuild index 2f567178087..95dbb927819 100644 --- a/kde-plasma/ksysguard/ksysguard-5.17.2.ebuild +++ b/kde-plasma/ksysguard/ksysguard-5.17.2.ebuild @@ -42,7 +42,7 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package caps Libcap) + $(cmake-utils_use_find_package caps libpcap) $(cmake-utils_use_find_package lm-sensors Sensors) )