Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/p4est/
Date: Fri, 02 Sep 2016 22:09:05
Message-Id: 1472822944.91925c9fbffe1047848e472a91866e20ce041f6d.ottxor@gentoo
1 commit: 91925c9fbffe1047848e472a91866e20ce041f6d
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 13:28:59 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 13:29:04 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=91925c9f
7
8 sci-libs/p4est: use "develop" branch for live build
9
10 Package-Manager: portage-2.2.28
11
12 sci-libs/p4est/p4est-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-libs/p4est/p4est-9999.ebuild b/sci-libs/p4est/p4est-9999.ebuild
16 index 0589aa2..12c4037 100644
17 --- a/sci-libs/p4est/p4est-9999.ebuild
18 +++ b/sci-libs/p4est/p4est-9999.ebuild
19 @@ -14,6 +14,7 @@ HOMEPAGE="http://www.p4est.org/"
20 if [[ ${PV} = *9999* ]]; then
21 inherit git-r3
22 EGIT_REPO_URI="git://github.com/cburstedde/p4est.git"
23 + EGIT_BRANCH="develop"
24 SRC_URI=""
25 KEYWORDS=""
26 else