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 9500358974 for ; Thu, 28 Jan 2016 23:45:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0136721C02C; Thu, 28 Jan 2016 23:45:06 +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 300BF21C03E for ; Thu, 28 Jan 2016 23:45:04 +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 D21A3340C08 for ; Thu, 28 Jan 2016 18:58:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19580842 for ; Thu, 28 Jan 2016 18:57:57 +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: <1454007461.92c3266294966778f3da0f5856ddfe9e2d714830.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-5.5.4.ebuild kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 92c3266294966778f3da0f5856ddfe9e2d714830 X-VCS-Branch: master Date: Thu, 28 Jan 2016 18:57:57 +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: 6e5038c3-0ded-4aea-be3d-b973a0f7a2fa X-Archives-Hash: 5d245cc76cda57787bd6020139f890ae commit: 92c3266294966778f3da0f5856ddfe9e2d714830 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jan 28 18:57:41 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jan 28 18:57:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=92c32662 kde-plasma/plasma-workspace: don't use banned function Gentoo-bug: 573238 Package-Manager: portage-2.2.27 kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild | 2 +- kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild index 435d147..8ebdff0 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild @@ -134,7 +134,7 @@ src_prepare() { if ! use geolocation; then punt_bogus_dep KF5 NetworkManagerQt pushd dataengines > /dev/null || die - comment_add_subdirectory geolocation + cmake_comment_add_subdirectory geolocation popd > /dev/null || die fi } diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild index f73d72c..7671c37 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild @@ -134,7 +134,7 @@ src_prepare() { if ! use geolocation; then punt_bogus_dep KF5 NetworkManagerQt pushd dataengines > /dev/null || die - comment_add_subdirectory geolocation + cmake_comment_add_subdirectory geolocation popd > /dev/null || die fi }