commit: a57732af46f2f89b31da6407bdc8a55d2cdec180
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun May 17 12:23:10 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat May 23 16:12:48 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a57732af
[eclass] Depend on final stable kde-apps version
eclass/kde4-functions.eclass | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index b767aad..2a4c206 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -296,6 +296,10 @@ add_kdeapps_dep() {
# to allow merging packages against more stable basic stuff
elif [[ ${PV} == *.9999 ]]; then
ver=$(get_kde_version)
+ # if building live master depend on final stable applications version
+ # as live KDE4 ebuilds are slowly being shown the door
+ elif [[ ${CATEGORY} == kde-apps && ${PV} == 9999 ]]; then
+ ver=14.12.3
else
ver=${PV}
fi