commit: 04779c1a15763db863f1ed40e56984716ffc3ce3
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 21 15:16:41 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Feb 21 15:28:19 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=04779c1a
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.
---
eclass/kde4-functions.eclass | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass
index 65c7052..2c66a3e 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}