summaryrefslogtreecommitdiff
path: root/eclass/kde4-functions.eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-11-30 05:22:11 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-11-30 05:22:11 +1100
commitc9c2df7696910876ee39320f5c462aa99903bb7a (patch)
treea393f60057c57f3c6f2c50edde6b07cddda4398e /eclass/kde4-functions.eclass
parent4f52c74505fc9f3c5254515dce490a798b8550b5 (diff)
downloadkde-c9c2df7696910876ee39320f5c462aa99903bb7a.tar.gz
kde-c9c2df7696910876ee39320f5c462aa99903bb7a.tar.bz2
kde-c9c2df7696910876ee39320f5c462aa99903bb7a.zip
[eclass] Lower kde-base dependency version to last release (4.14.3) for live ebuilds
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r--eclass/kde4-functions.eclass9
1 files changed, 5 insertions, 4 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 79acc5c9244..e2e6625e04d 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -327,10 +327,11 @@ add_kdebase_dep() {
ver=${KDE_OVERRIDE_MINIMAL}
elif [[ ${KDEBASE} != kde-base ]]; then
ver=${KDE_MINIMAL}
- # if building stable-live version depend just on the raw KDE version
- # to allow merging packages against more stable basic stuff
- elif [[ ${PV} == *.9999 ]]; then
- ver=$(get_kde_version)
+ # if building live version depend on the final release since there will
+ # not be any more major development. this solves dep errors as not all
+ # packages have kde-base live versions now
+ elif [[ ${PV} == *9999 ]]; then
+ ver=4.14.3
else
if [[ ${CATEGORY} == kde-apps ]]; then
ver=4.14.3