projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92c7fa9
)
kde5-functions.eclass: Drop 5.9999 version dep exception
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 22 Jul 2017 15:29:57 +0000
(17:29 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 12 Aug 2017 13:01:29 +0000
(15:01 +0200)
eclass/kde5-functions.eclass
patch
|
blob
|
history
diff --git
a/eclass/kde5-functions.eclass
b/eclass/kde5-functions.eclass
index 2ac6526adc205b4f88ba442a5b946052aaae6df1..4641e0605ccac75fc7cc0bb7fc35ea248cc2ea35 100644
(file)
--- 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}"