diff options
| author | Johannes Huber <johu@gentoo.org> | 2013-10-14 20:58:37 +0200 |
|---|---|---|
| committer | Johannes Huber <johu@gentoo.org> | 2013-10-14 20:58:37 +0200 |
| commit | bf963caf861968526f8698f3e9f6484212ade192 (patch) | |
| tree | 7cf732b0ba64257db85c77c349b606336440091c /eclass | |
| parent | e7811a2773f5ed06c9249899a0ba421b3fc14e8c (diff) | |
| download | kde-bf963caf861968526f8698f3e9f6484212ade192.tar.gz kde-bf963caf861968526f8698f3e9f6484212ade192.tar.bz2 kde-bf963caf861968526f8698f3e9f6484212ade192.zip | |
[eclass] Fix used branch for kde-workspace, bug #487990.
Patch by Jakub Caban <kuba@whyblack.pl>. Needed because git upstream
master depends now on Qt5/kf5.
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 676b00b8040..54bb9fefb0b 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -547,6 +547,10 @@ _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}" ) |
