diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-10 19:51:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-10 19:52:58 +0100 |
commit | 5f7efd6f91a70505ff5c5c5cbb3653322819b7ed (patch) | |
tree | 7f83af06826df530aabea975264afb46aeee0a60 /eclass/kde5-functions.eclass | |
parent | profiles: Mask x11-themes/Tulliana for removal (diff) | |
download | gentoo-5f7efd6f91a70505ff5c5c5cbb3653322819b7ed.tar.gz gentoo-5f7efd6f91a70505ff5c5c5cbb3653322819b7ed.tar.bz2 gentoo-5f7efd6f91a70505ff5c5c5cbb3653322819b7ed.zip |
kde5-functions.eclass: Drop obsolete kde-plasma-5.12 minimum deps
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde5-functions.eclass')
-rw-r--r-- | eclass/kde5-functions.eclass | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index a42d0c240c5a..4ddff029a09b 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -37,11 +37,6 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - if [[ ${PV} = 5.12* ]]; then - : ${FRAMEWORKS_MINIMAL:=5.46.0} - : ${KDE_APPS_MINIMAL:=17.12.3} - : ${QT_MINIMAL:=5.9.4} - fi if [[ ${PV} = 5.13.5 ]]; then : ${FRAMEWORKS_MINIMAL:=5.46.0} : ${KDE_APPS_MINIMAL:=17.12.3} |