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 A4380138334 for ; Wed, 20 Jun 2018 13:04:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A80AEE0AE9; Wed, 20 Jun 2018 13:03:51 +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 5F36AE0AE4 for ; Wed, 20 Jun 2018 13:03:51 +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 2AB12335CDA for ; Wed, 20 Jun 2018 13:03:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 059522E5 for ; Wed, 20 Jun 2018 13:03:48 +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: <1529499805.df0a53ca3def442021e4b5ddf01cdc00d4d343e3.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-nm/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-nm/plasma-nm-5.12.5.ebuild X-VCS-Directories: kde-plasma/plasma-nm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: df0a53ca3def442021e4b5ddf01cdc00d4d343e3 X-VCS-Branch: master Date: Wed, 20 Jun 2018 13:03:48 +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-Archives-Salt: 5c2dc5b7-2d12-419f-b158-8b8f2f6b79cb X-Archives-Hash: ccc4985747e5c288cba7df07bb1d8a7e commit: df0a53ca3def442021e4b5ddf01cdc00d4d343e3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 19 20:25:30 2018 +0000 Commit: Andreas Sturmlechner gentoo 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) )