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 8BAB71388C1 for ; Thu, 19 Nov 2015 16:52:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0910BE07BA; Thu, 19 Nov 2015 16:52:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4167EE07B3 for ; Thu, 19 Nov 2015 16:52:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3C69E3409B9 for ; Thu, 19 Nov 2015 16:52:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09232A96 for ; Thu, 19 Nov 2015 16:52:26 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447951932.e6350f72851e5465e2a9cda6906e35fe3dbfcc14.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: e6350f72851e5465e2a9cda6906e35fe3dbfcc14 X-VCS-Branch: master Date: Thu, 19 Nov 2015 16:52:26 +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: e6491ecb-96db-4ba4-8c12-ba30de69b999 X-Archives-Hash: d6a02ad18282f1bf0ff81d185e9bd89c commit: e6350f72851e5465e2a9cda6906e35fe3dbfcc14 Author: Michael Palimaka gentoo org> AuthorDate: Thu Nov 19 16:25:33 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Nov 19 16:52:12 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6350f72 kde-plasma/plasma-workspace: remove custom handling for KF5NetworkManagerQt Upstream-commit: de5ed6c4cdded1f2ba2ce43022be1d1a9b475bf0 Package-Manager: portage-2.2.25 kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index 719bfde..60f91b2 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -137,18 +137,12 @@ src_prepare() { if ! use drkonqi; then comment_add_subdirectory drkonqi fi - - if ! use geolocation; then - punt_bogus_dep KF5 NetworkManagerQt - pushd dataengines > /dev/null || die - comment_add_subdirectory geolocation - popd > /dev/null || die - fi } src_configure() { local mycmakeargs=( $(cmake-utils_use_find_package dbus dbusmenu-qt5) + $(cmake-utils_use_find_package geolocation KF5NetworkManagerQt) $(cmake-utils_use_find_package gps libgps) $(cmake-utils_use_find_package prison) $(cmake-utils_use_find_package qalculate Qalculate)