commit: c738ce1cedba3152c45a7eb879e5593f10ee758c
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 31 16:52:27 2014 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Mar 31 16:52:27 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c738ce1c
[eclass] Remove branch pinning hack now that the affected ebuilds are removed.
---
eclass/kde4-base.eclass | 4 ----
1 file changed, 4 deletions(-)
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 20c456b..99c482e 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -558,10 +558,6 @@ _calculate_live_repo() {
[[ ${PV} != 9999* && ${KDEBASE} == kde-base ]] && \
EGIT_BRANCH="KDE/$(get_kde_version)"
- # kde-workspace master needs Qt5/kf5
- [[ ${PV} == 9999 && ${_kmname} == kde-workspace ]] && \
- EGIT_BRANCH="KDE/4.11"
-
# default repo uri
EGIT_REPO_URI+=( "${EGIT_MIRROR}/${_kmname}" )