commit: 0c26ead4ecf5cd352ea6ca2d2a7ceb283bfa3491
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 8 14:49:00 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Apr 19 17:49:55 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c26ead4
kde5.eclass: Drop obsolete kde-apps-17.08 conditionals
eclass/kde5.eclass | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass
index 72a59703a9a..738020a3b4e 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -227,9 +227,6 @@ case ${KDE_DESIGNERPLUGIN} in
*)
IUSE+=" designer"
DEPEND+=" designer? ( $(add_frameworks_dep kdesignerplugin) )"
- [[ ${PV} = 17.08* ]] && \
- DEPEND+=" designer? ( $(add_qt_dep designer) )"
- ;;
esac
case ${KDE_EXAMPLES} in
@@ -633,11 +630,7 @@ kde5_src_configure() {
fi
if ! use_if_iuse designer && [[ ${KDE_DESIGNERPLUGIN} != false ]] ; then
- if [[ ${PV} = 17.08* ]]; then
- cmakeargs+=(
-DCMAKE_DISABLE_FIND_PACKAGE_Qt5Designer=ON )
- else
- cmakeargs+=(
-DCMAKE_DISABLE_FIND_PACKAGE_KF5DesignerPlugin=ON )
- fi
+ cmakeargs+=( -DCMAKE_DISABLE_FIND_PACKAGE_KF5DesignerPlugin=ON )
fi
if [[ ${KDE_QTHELP} != false ]]; then