diff options
author | Zero_Chaos <zerochaos@gentoo.org> | 2017-01-24 10:32:37 -0500 |
---|---|---|
committer | Zero_Chaos <zerochaos@gentoo.org> | 2017-01-24 10:33:16 -0500 |
commit | 075aaa372f50ead2c2333e612a0f35a78f2b5fa4 (patch) | |
tree | 00723f1dc39c66c3d36be63b6b2ad306c52ad316 /net-wireless/hackrf-tools | |
parent | net-misc/openvpn: Fix USE=mbedtls (diff) | |
download | gentoo-075aaa372f50ead2c2333e612a0f35a78f2b5fa4.tar.gz gentoo-075aaa372f50ead2c2333e612a0f35a78f2b5fa4.tar.bz2 gentoo-075aaa372f50ead2c2333e612a0f35a78f2b5fa4.zip |
net-wireless/hackrf-tools: minor updates to live ebuild, adding new dep
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'net-wireless/hackrf-tools')
-rw-r--r-- | net-wireless/hackrf-tools/hackrf-tools-9999.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild index f8992072b8e7..88cfbbf30ebd 100644 --- a/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild +++ b/net-wireless/hackrf-tools/hackrf-tools-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 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 @@ -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/hackrf-tools" else S="${WORKDIR}/hackrf-${PV}/host/hackrf-tools" @@ -25,7 +25,8 @@ LICENSE="BSD" SLOT="0" IUSE="" -DEPEND="=net-libs/libhackrf-${PV}:=" +DEPEND="=net-libs/libhackrf-${PV}:= + sci-libs/fftw:3.0=" RDEPEND="${DEPEND}" src_install() { |