commit: 2bb9d23d4dad97812a43e462998d2d24e58f234d
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 28 18:58:14 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> 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
}