commit: 3e67377d1c8643fbd677aa4dce0d688b8a4ca2b2
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: Sun Apr 8 14:49:00 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e67377d
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 e28213b656..da5b785f6e 100644
--- a/eclass/kde5.eclass
+++ b/eclass/kde5.eclass
@@ -231,9 +231,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
@@ -637,11 +634,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