summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/libhackrf/libhackrf-2014.08.1.ebuild')
-rw-r--r--net-libs/libhackrf/libhackrf-2014.08.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild
index fc72fea1fd62..9ffc09a1aa7f 100644
--- a/net-libs/libhackrf/libhackrf-2014.08.1.ebuild
+++ b/net-libs/libhackrf/libhackrf-2014.08.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 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/libhackrf"
else
S="${WORKDIR}/hackrf-${PV}/host/libhackrf"