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 87F6458973 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 D492A21C01F; Thu, 28 Jan 2016 23:45:05 +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 27D8821C02C for ; Thu, 28 Jan 2016 23:45:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A223C340C18 for ; Thu, 28 Jan 2016 18:58:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D08A7842 for ; Thu, 28 Jan 2016 18:58:40 +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: <1454007511.2bb9d23d4dad97812a43e462998d2d24e58f234d.kensington@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.5.4.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 2bb9d23d4dad97812a43e462998d2d24e58f234d X-VCS-Branch: master Date: Thu, 28 Jan 2016 18:58: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: cba6db77-34e7-478e-8333-8672346d1e0f X-Archives-Hash: d0c5e250abbcbaa87341da397493bf4c commit: 2bb9d23d4dad97812a43e462998d2d24e58f234d Author: Michael Palimaka gentoo org> AuthorDate: Thu Jan 28 18:58:14 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jan 28 18:58:31 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb9d23d 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 5122180..1caa56f 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 }