commit: 724b5e839621ec1fb3135c30913782330a721cfc
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 22 15:29:57 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 13:01:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=724b5e83
kde5-functions.eclass: Drop 5.9999 version dep exception
eclass/kde5-functions.eclass | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 2ac6526adc2..4641e0605cc 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -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}"