diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 13:23:10 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-03-21 17:24:51 +0100 |
commit | 9f91d16c601404fc6b3135e4de6ce2af957729eb (patch) | |
tree | ca94261caeae9ef50eb069b379c2e530881b6b87 /eclass | |
parent | kde5.eclass: Drop obsolete kde-apps-18.08.3 specific quirk (diff) | |
download | gentoo-9f91d16c601404fc6b3135e4de6ce2af957729eb.tar.gz gentoo-9f91d16c601404fc6b3135e4de6ce2af957729eb.tar.bz2 gentoo-9f91d16c601404fc6b3135e4de6ce2af957729eb.zip |
kde5-functions.eclass: Drop KDE Applications 18.08.3 min KF5/Qt5
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 71686d1a0331..4a62e5210acc 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -43,12 +43,6 @@ case ${CATEGORY} in : ${FRAMEWORKS_MINIMAL:=9999} fi ;; - kde-apps) - if [[ ${PV} = 18.08.3* ]]; then - : ${QT_MINIMAL:=5.9.4} - : ${FRAMEWORKS_MINIMAL:=5.52.0} - fi - ;; esac # @ECLASS-VARIABLE: QT_MINIMAL |