diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-11 01:57:43 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-11 01:57:57 +0100 |
commit | b0eb2e313ed5f35cbd9c36efcb969063007b2b3d (patch) | |
tree | 81f9e5f511ad2450e4e0a20eb7cffd27bc8992d2 /kde-plasma/ksysguard | |
parent | dev-python/html2text: Bump to version 2019.8.11 (diff) | |
download | gentoo-b0eb2e313ed5f35cbd9c36efcb969063007b2b3d.tar.gz gentoo-b0eb2e313ed5f35cbd9c36efcb969063007b2b3d.tar.bz2 gentoo-b0eb2e313ed5f35cbd9c36efcb969063007b2b3d.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/ksysguard')
-rw-r--r-- | kde-plasma/ksysguard/ksysguard-5.17.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kde-plasma/ksysguard/ksysguard-5.17.2.ebuild b/kde-plasma/ksysguard/ksysguard-5.17.2.ebuild index 2f567178087a..95dbb9278194 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) ) |