commit: ccfed4cbcfcfc121307cf81e82a586ff4174b9bd
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 01:15:54 2018 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 01:16:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccfed4cb
net-p2p/xmr-stak: use "dev" branch for -99999
"dev" is the branch where development actually happens so its use is more in
line with expectations for a -9999 version.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
net-p2p/xmr-stak/xmr-stak-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-p2p/xmr-stak/xmr-stak-9999.ebuild
b/net-p2p/xmr-stak/xmr-stak-9999.ebuild
index a135ea9bfcd..7138acbe70c 100644
--- a/net-p2p/xmr-stak/xmr-stak-9999.ebuild
+++ b/net-p2p/xmr-stak/xmr-stak-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,6 +7,7 @@ inherit cmake-utils systemd
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/fireice-uk/xmr-stak.git"
+ EGIT_BRANCH="dev"
inherit git-r3
SRC_URI=""
else