commit: df0a53ca3def442021e4b5ddf01cdc00d4d343e3 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue Jun 19 20:25:30 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jun 20 13:03:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df0a53ca
kde-plasma/plasma-nm: Fix cmake options Closes: https://bugs.gentoo.org/658498 Package-Manager: Portage-2.3.40, Repoman-2.3.9 kde-plasma/plasma-nm/plasma-nm-5.12.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-nm/plasma-nm-5.12.5.ebuild b/kde-plasma/plasma-nm/plasma-nm-5.12.5.ebuild index 72bb68a3501..2cc09fe4549 100644 --- a/kde-plasma/plasma-nm/plasma-nm-5.12.5.ebuild +++ b/kde-plasma/plasma-nm/plasma-nm-5.12.5.ebuild @@ -56,7 +56,7 @@ RDEPEND="${DEPEND} src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package modemmanager ModemManager) + -DDISABLE_MODEMMANAGER_SUPPORT=$(usex !modemmanager) $(cmake-utils_use_find_package modemmanager KF5ModemManagerQt) $(cmake-utils_use_find_package openconnect OpenConnect) )
