From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 70DF5138330 for ; Fri, 2 Sep 2016 22:09:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9321421C0C6; Fri, 2 Sep 2016 22:09:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6FF6921C0C6 for ; Fri, 2 Sep 2016 22:08:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B4BB340961 for ; Fri, 2 Sep 2016 22:08:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DF552479 for ; Fri, 2 Sep 2016 22:08:55 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1472822944.91925c9fbffe1047848e472a91866e20ce041f6d.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/p4est/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/p4est/p4est-9999.ebuild X-VCS-Directories: sci-libs/p4est/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 91925c9fbffe1047848e472a91866e20ce041f6d X-VCS-Branch: master Date: Fri, 2 Sep 2016 22:08:55 +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: eed81a41-912b-4b78-a864-3925f29b0b92 X-Archives-Hash: c528b2487291c951e8b86bb7100f0f76 commit: 91925c9fbffe1047848e472a91866e20ce041f6d Author: Matthias Maier gentoo org> AuthorDate: Fri Sep 2 13:28:59 2016 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Fri Sep 2 13:29:04 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=91925c9f sci-libs/p4est: use "develop" branch for live build Package-Manager: portage-2.2.28 sci-libs/p4est/p4est-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild index 0589aa2..12c4037 100644 --- a/sci-libs/p4est/p4est-9999.ebuild +++ b/sci-libs/p4est/p4est-9999.ebuild @@ -14,6 +14,7 @@ HOMEPAGE="http://www.p4est.org/" if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="git://github.com/cburstedde/p4est.git" + EGIT_BRANCH="develop" SRC_URI="" KEYWORDS="" else