net-wireless/hackrf-tools: git-2->git-r3

Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Marty E. Plummer
2018-06-01 09:43:46 -05:00
committed by Zero_Chaos
parent 32c3035ba4
commit 3ce9bee348

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,9 +10,9 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/"
if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://github.com/mossmann/hackrf.git"
inherit git-2
inherit git-r3
KEYWORDS=""
EGIT_SOURCEDIR="${WORKDIR}/hackrf"
EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf"
S="${WORKDIR}/hackrf/host/hackrf-tools"
else
S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools"