Closes: https://bugs.gentoo.org/691258
Package-Manager: Portage-2.3.69, Repoman-2.3.17
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DOCS=( AUTHORS ChangeLog README )
+src_prepare() {
+ kde5_src_prepare
+
+ # unused dependency
+ sed -e "/KCMUtils/d" -i CMakeLists.txt -i src/kcm/CMakeLists.txt || die
+}
+
src_configure() {
local mycmakeargs=(
-DNO_WIRELESS_SUPPORT=$(usex !wifi)