From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-926153-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C5CA139085 for <garchives@archives.gentoo.org>; Tue, 24 Jan 2017 15:34:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03BD814317; Tue, 24 Jan 2017 15:34:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5B1D14317 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 15:34:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B3913416B7 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 15:34:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7650B2DB2 for <gentoo-commits@lists.gentoo.org>; Tue, 24 Jan 2017 15:34:14 +0000 (UTC) From: "Richard Farina" <zerochaos@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" <zerochaos@gentoo.org> Message-ID: <1485271996.075aaa372f50ead2c2333e612a0f35a78f2b5fa4.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/hackrf-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/hackrf-tools/hackrf-tools-9999.ebuild X-VCS-Directories: net-wireless/hackrf-tools/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: 075aaa372f50ead2c2333e612a0f35a78f2b5fa4 X-VCS-Branch: master Date: Tue, 24 Jan 2017 15:34:14 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d3c85e72-5149-4fe1-abde-47b844904f07 X-Archives-Hash: e49d6532a31164ead2a44391ad638efb commit: 075aaa372f50ead2c2333e612a0f35a78f2b5fa4 Author: Zero_Chaos <zerochaos <AT> gentoo <DOT> org> AuthorDate: Tue Jan 24 15:32:37 2017 +0000 Commit: Richard Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Tue Jan 24 15:33:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=075aaa37 net-wireless/hackrf-tools: minor updates to live ebuild, adding new dep Package-Manager: Portage-2.3.3, Repoman-2.3.1 net-wireless/hackrf-tools/hackrf-tools-9999.ebuild | 11 ++++++----- 1 file 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 f899207..88cfbbf 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() {