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 6170A138350 for ; Wed, 19 Feb 2020 10:51:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47CACE09C3; Wed, 19 Feb 2020 10:51:41 +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 080AFE09C3 for ; Wed, 19 Feb 2020 10:51:41 +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 BA94734EDBF for ; Wed, 19 Feb 2020 10:51:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EB4B14A for ; Wed, 19 Feb 2020 10:51:37 +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: <1582109176.bc56a2f9462c793793eabed8f5abc215a350ab52.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bc56a2f9462c793793eabed8f5abc215a350ab52 X-VCS-Branch: master Date: Wed, 19 Feb 2020 10:51:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ee350cc-1d3a-4f77-96f5-e59c6d57b6f1 X-Archives-Hash: 52cf6a07c7b8c665fa059988d2a1a8f2 commit: bc56a2f9462c793793eabed8f5abc215a350ab52 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 19 10:38:44 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Feb 19 10:46:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc56a2f9 kde-plasma/plasma-workspace: Fix USE gps depending on USE geolocation Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild | 2 +- kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild index 55bd26e6fa7..e39a49cbf81 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.17.5-r1.ebuild @@ -184,7 +184,7 @@ src_configure() { $(cmake_use_find_package semantic-desktop KF5Baloo) ) - use gps && mycmakeargs+=( $(cmake_use_find_package gps libgps) ) + use geolocation && mycmakeargs+=( $(cmake_use_find_package gps libgps) ) ecm_src_configure } diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild index bac3c685599..3bbf1152e66 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.18.1.ebuild @@ -183,7 +183,7 @@ src_configure() { $(cmake_use_find_package semantic-desktop KF5Baloo) ) - use gps && mycmakeargs+=( $(cmake_use_find_package gps libgps) ) + use geolocation && mycmakeargs+=( $(cmake_use_find_package gps libgps) ) ecm_src_configure }