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 43CA559CA5 for ; Wed, 23 Mar 2016 17:37:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA23921C003; Wed, 23 Mar 2016 17:37:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 81D9D21C003 for ; Wed, 23 Mar 2016 17:37:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 84C98340C66 for ; Wed, 23 Mar 2016 17:37:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D90E851 for ; Wed, 23 Mar 2016 17:37:40 +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: <1458754581.46a810b621bb48d7ddabe00f6cb4ce2178ee7fb6.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-misc/knemo/ X-VCS-Repository: proj/kde X-VCS-Files: net-misc/knemo/knemo-9999.ebuild X-VCS-Directories: net-misc/knemo/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 46a810b621bb48d7ddabe00f6cb4ce2178ee7fb6 X-VCS-Branch: master Date: Wed, 23 Mar 2016 17:37:40 +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: 40a1ffc0-d791-4a0a-9d6b-3f67965b765a X-Archives-Hash: 94a495e020e82c4600c888fa3a627de9 commit: 46a810b621bb48d7ddabe00f6cb4ce2178ee7fb6 Author: Johannes Huber gentoo org> AuthorDate: Wed Mar 23 17:36:21 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Mar 23 17:36:21 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=46a810b6 net-misc/knemo: EAPI 6 Package-Manager: portage-2.2.28 net-misc/knemo/knemo-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-misc/knemo/knemo-9999.ebuild b/net-misc/knemo/knemo-9999.ebuild index 6ca7cbc..3fe1bc7 100644 --- a/net-misc/knemo/knemo-9999.ebuild +++ b/net-misc/knemo/knemo-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 EGIT_BRANCH="frameworks" inherit kde5 @@ -15,7 +15,6 @@ KEYWORDS="" IUSE="wifi" DEPEND=" - $(add_frameworks_dep kcmutils) $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -30,14 +29,15 @@ DEPEND=" $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kwindowsystem) $(add_frameworks_dep kxmlgui) + $(add_frameworks_dep plasma) $(add_plasma_dep libksysguard) - dev-libs/libnl:3 - sys-apps/net-tools $(add_qt_dep qtdbus) $(add_qt_dep qtgui) $(add_qt_dep qtsql 'sqlite') $(add_qt_dep qtwidgets) $(add_qt_dep qtxml) + dev-libs/libnl:3 + sys-apps/net-tools wifi? ( net-wireless/wireless-tools ) " RDEPEND="${DEPEND} @@ -47,7 +47,7 @@ DOCS=( AUTHORS ChangeLog README ) src_configure() { local mycmakeargs=( - $(cmake-utils_use_no wifi WIRELESS_SUPPORT) + -DNO_WIRELESS_SUPPORT=$(usex !wifi) ) kde5_src_configure