Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/
Date: Thu, 28 Jan 2016 23:45:07
Message-Id: 1454007461.92c3266294966778f3da0f5856ddfe9e2d714830.kensington@gentoo
1 commit: 92c3266294966778f3da0f5856ddfe9e2d714830
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 18:57:41 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 18:57:41 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=92c32662
7
8 kde-plasma/plasma-workspace: don't use banned function
9
10 Gentoo-bug: 573238
11
12 Package-Manager: portage-2.2.27
13
14 kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild | 2 +-
15 kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild
19 index 435d147..8ebdff0 100644
20 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild
21 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild
22 @@ -134,7 +134,7 @@ src_prepare() {
23 if ! use geolocation; then
24 punt_bogus_dep KF5 NetworkManagerQt
25 pushd dataengines > /dev/null || die
26 - comment_add_subdirectory geolocation
27 + cmake_comment_add_subdirectory geolocation
28 popd > /dev/null || die
29 fi
30 }
31
32 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
33 index f73d72c..7671c37 100644
34 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild
35 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.49.9999.ebuild
36 @@ -134,7 +134,7 @@ src_prepare() {
37 if ! use geolocation; then
38 punt_bogus_dep KF5 NetworkManagerQt
39 pushd dataengines > /dev/null || die
40 - comment_add_subdirectory geolocation
41 + cmake_comment_add_subdirectory geolocation
42 popd > /dev/null || die
43 fi
44 }