From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 56B6E1387FD for ; Mon, 31 Mar 2014 16:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97AA2E0AA1; Mon, 31 Mar 2014 16:52:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30F7CE0AA1 for ; Mon, 31 Mar 2014 16:52:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27F0633FC56 for ; Mon, 31 Mar 2014 16:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id A3A9C188A2 for ; Mon, 31 Mar 2014 16:52:41 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1396284747.c738ce1cedba3152c45a7eb879e5593f10ee758c.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde4-base.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: c738ce1cedba3152c45a7eb879e5593f10ee758c X-VCS-Branch: master Date: Mon, 31 Mar 2014 16:52:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 17dfd9df-1abc-4fd2-a7a8-d14364b42d7e X-Archives-Hash: d95d36539b2f3510b91aced365583870 commit: c738ce1cedba3152c45a7eb879e5593f10ee758c Author: Michael Palimaka gentoo org> AuthorDate: Mon Mar 31 16:52:27 2014 +0000 Commit: Michael Palimaka gentoo 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}" )