summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2017-02-20 13:48:16 -0500
committerZero_Chaos <zerochaos@gentoo.org>2017-02-20 14:33:36 -0500
commit94d859bd5f95d579837d5998d86e3b5db2e5e080 (patch)
treebe892d4684e53aa6cec640669fe3892ba417ba77 /net-libs/libhackrf/libhackrf-9999.ebuild
parentsci-libs/plplot: Fix .pc file by using full paths (diff)
downloadgentoo-94d859bd5f95d579837d5998d86e3b5db2e5e080.tar.gz
gentoo-94d859bd5f95d579837d5998d86e3b5db2e5e080.tar.bz2
gentoo-94d859bd5f95d579837d5998d86e3b5db2e5e080.zip
net-libs/libhackrf: bump to eapi 6, bump to 2017.02.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-libs/libhackrf/libhackrf-9999.ebuild')
-rw-r--r--net-libs/libhackrf/libhackrf-9999.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild
index 7444a7def65c..bb7868153457 100644
--- a/net-libs/libhackrf/libhackrf-9999.ebuild
+++ b/net-libs/libhackrf/libhackrf-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
inherit cmake-utils udev
@@ -11,9 +11,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"