From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6B276138202 for ; Tue, 15 Oct 2013 18:37:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDAFEE0A8C; Tue, 15 Oct 2013 18:37:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 229F0E0A8C for ; Tue, 15 Oct 2013 18:37:53 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3582733F05F for ; Tue, 15 Oct 2013 18:37:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id E3C24E5462 for ; Tue, 15 Oct 2013 18:37:50 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1381862259.d8dd22f4699f09c2f2e58d60c113a8b7584d2f3d.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/plasma-nm/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/plasma-nm/plasma-nm-0.9.3.0.ebuild kde-misc/plasma-nm/plasma-nm-0.9.3.1.ebuild X-VCS-Directories: kde-misc/plasma-nm/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d8dd22f4699f09c2f2e58d60c113a8b7584d2f3d X-VCS-Branch: master Date: Tue, 15 Oct 2013 18:37:50 +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: bebbed40-e3d3-4e4e-838c-3e23825b34d7 X-Archives-Hash: 9e880017823eb7aaceceda3ac27d7ef7 commit: d8dd22f4699f09c2f2e58d60c113a8b7584d2f3d Author: Johannes Huber gentoo org> AuthorDate: Tue Oct 15 18:37:39 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Oct 15 18:37:39 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d8dd22f4 [kde-misc/plasma-nm] Version bump. Package-Manager: portage-2.2.7 --- .../{plasma-nm-0.9.3.0.ebuild => plasma-nm-0.9.3.1.ebuild} | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/kde-misc/plasma-nm/plasma-nm-0.9.3.0.ebuild b/kde-misc/plasma-nm/plasma-nm-0.9.3.1.ebuild similarity index 77% rename from kde-misc/plasma-nm/plasma-nm-0.9.3.0.ebuild rename to kde-misc/plasma-nm/plasma-nm-0.9.3.1.ebuild index b120809..1960fef 100644 --- a/kde-misc/plasma-nm/plasma-nm-0.9.3.0.ebuild +++ b/kde-misc/plasma-nm/plasma-nm-0.9.3.1.ebuild @@ -22,13 +22,21 @@ HOMEPAGE="https://projects.kde.org/projects/playground/network/plasma-nm" LICENSE="GPL-2" SLOT="4" -IUSE="debug" +IUSE="debug modemmanager" DEPEND=" - net-libs/libmm-qt - net-libs/libnm-qt + net-libs/libnm-qt[modemmanager?] >=net-misc/networkmanager-0.9.8.0 + modemmanager? ( net-libs/libmm-qt ) " RDEPEND="${DEPEND} !kde-misc/networkmanagement " + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use !modemmanager DISABLE_MODEMMANAGER_SUPPORT) + ) + + kde4-base_src_configure +}