summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-01-29 05:58:14 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-01-29 05:58:31 +1100
commit2bb9d23d4dad97812a43e462998d2d24e58f234d (patch)
treecc2439759533731a0109a2776a1c90f441ebd099 /kde-plasma
parentdev-db/firebird: Handover maintainership. Fixes bug 573234. (diff)
downloadgentoo-2bb9d23d4dad97812a43e462998d2d24e58f234d.tar.gz
gentoo-2bb9d23d4dad97812a43e462998d2d24e58f234d.tar.bz2
gentoo-2bb9d23d4dad97812a43e462998d2d24e58f234d.zip
kde-plasma/plasma-workspace: don't use banned function
Gentoo-bug: 573238 Package-Manager: portage-2.2.27
Diffstat (limited to 'kde-plasma')
-rw-r--r--kde-plasma/plasma-workspace/plasma-workspace-5.5.4.ebuild2
1 files changed, 1 insertions, 1 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 512218043bcf..1caa56ff86e0 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
}