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/libsc/
Date: Fri, 02 Sep 2016 22:09:08
Message-Id: 1472822867.de3fd53dddba6dae8dd19877cf614a67fb8ccbb7.ottxor@gentoo
1 commit: de3fd53dddba6dae8dd19877cf614a67fb8ccbb7
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 13:27:47 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 13:27:47 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=de3fd53d
7
8 sci-libs/libsc: use "develop" branch for live build
9
10 Package-Manager: portage-2.2.28
11
12 sci-libs/libsc/libsc-9999.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/sci-libs/libsc/libsc-9999.ebuild b/sci-libs/libsc/libsc-9999.ebuild
16 index e8a667f..9573ded 100644
17 --- a/sci-libs/libsc/libsc-9999.ebuild
18 +++ b/sci-libs/libsc/libsc-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/libsc.git"
23 + EGIT_BRANCH="develop"
24 SRC_URI=""
25 KEYWORDS=""
26 else