kde5-functions.eclass: Drop 5.9999 version dep exception
authorAndreas Sturmlechner <asturm@gentoo.org>
Sat, 22 Jul 2017 15:29:57 +0000 (17:29 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sat, 12 Aug 2017 13:01:29 +0000 (15:01 +0200)
eclass/kde5-functions.eclass

index 2ac6526adc205b4f88ba442a5b946052aaae6df1..4641e0605ccac75fc7cc0bb7fc35ea248cc2ea35 100644 (file)
@@ -244,12 +244,7 @@ add_kdeapps_dep() {
        elif [[ ${CATEGORY} = kde-apps ]]; then
                version=${PV}
        elif [[ -z "${version}" ]] ; then
-               # In KDE applications world, 5.9999 > yy.mm.x
-               if [[ ${PV} = 5.9999 || ${PV} = 9999 ]]; then
-                       version=5.9999
-               else
-                       version=${KDE_APPS_MINIMAL}
-               fi
+               version=${KDE_APPS_MINIMAL}
        fi
 
        _add_category_dep kde-apps "${1}" "${2}" "${version}" "${4}"