commit: 66c2d2d4d7b6a794c53066296de746f0f22d82fa
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Aug 7 19:02:52 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Aug 10 15:40:23 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=66c2d2d4
kde5.eclass: Remove obsolete KDE_PUNT_BOGUS_DEPS handling
eclass/kde5.eclass | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index a7fbcc3..8c6a846 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.
@@ -556,18 +549,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