summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-02-18 20:15:54 -0500
committerCraig Andrews <candrews@gentoo.org>2018-02-18 20:16:21 -0500
commitccfed4cbcfcfc121307cf81e82a586ff4174b9bd (patch)
tree37c2547c32d850b54bea2ac92789cbd59e514847
parentapp-admin/glance: QUEENS (diff)
downloadgentoo-ccfed4cbcfcfc121307cf81e82a586ff4174b9bd.tar.gz
gentoo-ccfed4cbcfcfc121307cf81e82a586ff4174b9bd.tar.bz2
gentoo-ccfed4cbcfcfc121307cf81e82a586ff4174b9bd.zip
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
-rw-r--r--net-p2p/xmr-stak/xmr-stak-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/xmr-stak/xmr-stak-9999.ebuild b/net-p2p/xmr-stak/xmr-stak-9999.ebuild
index a135ea9bfcd9..7138acbe70c4 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