summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde5.eclass19
1 files changed, 0 insertions, 19 deletions
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index c1dd3b5d6815..4fc4b1aa0d4d 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -109,13 +109,6 @@ if [[ ${KDEBASE} = kdel10n ]]; then
fi
fi
-# @ECLASS-VARIABLE: KDE_PUNT_BOGUS_DEPS
-# @DESCRIPTION:
-# If set to "false", do nothing.
-# For any other value, do black magic to make hardcoded-but-optional dependencies
-# optional again. An upstream solution is preferable and this is a last resort.
-: ${KDE_PUNT_BOGUS_DEPS:=false}
-
# @ECLASS-VARIABLE: KDE_SELINUX_MODULE
# @DESCRIPTION:
# If set to "none", do nothing.
@@ -489,18 +482,6 @@ EOF
cmake_comment_add_subdirectory tests
fi
- case ${KDE_PUNT_BOGUS_DEPS} in
- false) ;;
- *)
- if ! use_if_iuse test ; then
- punt_bogus_dep Qt5 Test
- fi
- if ! use_if_iuse handbook ; then
- punt_bogus_dep KF5 DocTools
- fi
- ;;
- esac
-
# only build unit tests when required
if ! use_if_iuse test ; then
if [[ ${KDE_TEST} = forceoptional ]] ; then