diff options
Diffstat (limited to 'net-p2p/xmr-stak')
-rw-r--r-- | net-p2p/xmr-stak/xmr-stak-9999.ebuild | 3 |
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 |