Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-workspace/
Date: Thu, 28 Jan 2016 23:45:07
Message-Id: 1454007511.2bb9d23d4dad97812a43e462998d2d24e58f234d.kensington@gentoo
1 commit: 2bb9d23d4dad97812a43e462998d2d24e58f234d
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 18:58:14 2016 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 18:58:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bb9d23d
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 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild
18 index 5122180..1caa56f 100644
19 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild
20 +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild
21 @@ -134,7 +134,7 @@ src_prepare() {
22 if ! use geolocation; then
23 punt_bogus_dep KF5 NetworkManagerQt
24 pushd dataengines > /dev/null || die
25 - comment_add_subdirectory geolocation
26 + cmake_comment_add_subdirectory geolocation
27 popd > /dev/null || die
28 fi
29 }