summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2019-08-06 23:11:21 +1000
committerMichael Palimaka <kensington@gentoo.org>2019-08-06 23:11:30 +1000
commit41f9f7e71d374c83187c993ddd7b49dc316bd908 (patch)
tree2081dc1b11369bf364aa87962e87938e298c8ea2 /net-misc
parentnet-libs/telepathy-accounts-signon: add net-libs/libaccounts-glib subslot ope... (diff)
downloadgentoo-41f9f7e71d374c83187c993ddd7b49dc316bd908.tar.gz
gentoo-41f9f7e71d374c83187c993ddd7b49dc316bd908.tar.bz2
gentoo-41f9f7e71d374c83187c993ddd7b49dc316bd908.zip
net-misc/knemo: patch out unused dependency
Closes: https://bugs.gentoo.org/691258 Package-Manager: Portage-2.3.69, Repoman-2.3.17 Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/knemo/knemo-0.8.0_pre20161211.ebuild9
1 files changed, 8 insertions, 1 deletions
diff --git a/net-misc/knemo/knemo-0.8.0_pre20161211.ebuild b/net-misc/knemo/knemo-0.8.0_pre20161211.ebuild
index 81f12a35fb5b..8a4fad3d24c1 100644
--- a/net-misc/knemo/knemo-0.8.0_pre20161211.ebuild
+++ b/net-misc/knemo/knemo-0.8.0_pre20161211.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -48,6 +48,13 @@ RDEPEND="${DEPEND}
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)