summaryrefslogtreecommitdiff
path: root/eclass/kde4-functions.eclass
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-02-22 02:16:41 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-02-22 02:28:19 +1100
commit04779c1a15763db863f1ed40e56984716ffc3ce3 (patch)
treeaa7ce2769e7b14420ec5c20475adeb0d4ca265e7 /eclass/kde4-functions.eclass
parent24a1b7728915e236d1f902178b197ec506e37af4 (diff)
downloadkde-04779c1a15763db863f1ed40e56984716ffc3ce3.tar.gz
kde-04779c1a15763db863f1ed40e56984716ffc3ce3.tar.bz2
kde-04779c1a15763db863f1ed40e56984716ffc3ce3.zip
Revert "[eclass] Improve add_kdebase_dep logic to handle new point releases out of the normal SC schedule."
This ended up causing more problems than it solved. This reverts commit b944887359a9ea094533d1502186be32eca68a45.
Diffstat (limited to 'eclass/kde4-functions.eclass')
-rw-r--r--eclass/kde4-functions.eclass5
1 files changed, 1 insertions, 4 deletions
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 65c7052f1d8..2c66a3e0d61 100644
--- a/eclass/kde4-functions.eclass
+++ b/eclass/kde4-functions.eclass
@@ -330,10 +330,7 @@ add_kdebase_dep() {
# 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
-
- # depend on the last sane released version where the normal >=${PV} dep
- # is not possible
- elif [[ ${CATEGORY} == kde-apps || ${PV} > 4.14.3 || ${PV} == *9999 ]]; then
+ elif [[ ${PV} == *9999 || ${CATEGORY} == kde-apps ]]; then
ver=4.14.3
else
ver=${PV}