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 C32A413838B for ; Thu, 18 Sep 2014 14:23:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C615FE0908; Thu, 18 Sep 2014 14:23:05 +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 58DD1E0908 for ; Thu, 18 Sep 2014 14:23:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44FBA340234 for ; Thu, 18 Sep 2014 14:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF96B5E39 for ; Thu, 18 Sep 2014 14:23:00 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1411050150.3a511094823dc5fa4ed6c62798ee4ac04fce8bb1.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kdevplatform/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kdevplatform/kdevplatform-4.9999.ebuild dev-util/kdevplatform/kdevplatform-9999.ebuild X-VCS-Directories: dev-util/kdevplatform/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 3a511094823dc5fa4ed6c62798ee4ac04fce8bb1 X-VCS-Branch: master Date: Thu, 18 Sep 2014 14:23:00 +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: f58f02b5-1177-4175-983a-b8404856dbc1 X-Archives-Hash: 1e456694bb88cb19b4406bde40ee9115 commit: 3a511094823dc5fa4ed6c62798ee4ac04fce8bb1 Author: Johannes Huber gentoo org> AuthorDate: Thu Sep 18 14:22:30 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Sep 18 14:22:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3a511094 [dev-util/kdevplatform] Fix used branches, bug #523050 Package-Manager: portage-2.2.13 --- dev-util/kdevplatform/kdevplatform-4.9999.ebuild | 1 + dev-util/kdevplatform/kdevplatform-9999.ebuild | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kdevplatform/kdevplatform-4.9999.ebuild b/dev-util/kdevplatform/kdevplatform-4.9999.ebuild index 7e510b8..ff28a39 100644 --- a/dev-util/kdevplatform/kdevplatform-4.9999.ebuild +++ b/dev-util/kdevplatform/kdevplatform-4.9999.ebuild @@ -10,6 +10,7 @@ ru sk sl sv th uk zh_CN zh_TW" VIRTUALDBUS_TEST="true" VIRTUALX_REQUIRED="test" EGIT_REPONAME="${PN}" +EGIT_BRANCH="1.7" inherit kde4-base DESCRIPTION="KDE development support libraries and apps" diff --git a/dev-util/kdevplatform/kdevplatform-9999.ebuild b/dev-util/kdevplatform/kdevplatform-9999.ebuild index 7f80fcb..8966e41 100644 --- a/dev-util/kdevplatform/kdevplatform-9999.ebuild +++ b/dev-util/kdevplatform/kdevplatform-9999.ebuild @@ -11,7 +11,6 @@ EAPI=5 RESTRICT="test" KMNAME="kdevelop" EGIT_REPONAME="${PN}" -EGIT_BRANCH="frameworks" inherit kde5 DESCRIPTION="KDE development support libraries and apps"