From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 1C81C1382C5 for ; Fri, 5 Jun 2020 23:49:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F8F9E0866; Fri, 5 Jun 2020 23:49:48 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5F3FE0866 for ; Fri, 5 Jun 2020 23:49:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E8FAA34F2EF for ; Fri, 5 Jun 2020 23:49:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D29F31C8 for ; Fri, 5 Jun 2020 23:49:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1591400954.26cdcc9da15480ee863792647cb460940d4de232.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libhackrf/libhackrf-2018.01.1.ebuild net-libs/libhackrf/libhackrf-9999.ebuild X-VCS-Directories: net-libs/libhackrf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 26cdcc9da15480ee863792647cb460940d4de232 X-VCS-Branch: master Date: Fri, 5 Jun 2020 23:49:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d7003d69-5d38-4241-9cc0-d0388c1b7627 X-Archives-Hash: baecf72d5113fa53f91d5a959a24aecb commit: 26cdcc9da15480ee863792647cb460940d4de232 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jun 5 23:49:14 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jun 5 23:49:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26cdcc9d net-libs/libhackrf: Fix unused CMake variables Closes: https://bugs.gentoo.org/659418 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/libhackrf/libhackrf-2018.01.1.ebuild | 5 ++--- net-libs/libhackrf/libhackrf-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/net-libs/libhackrf/libhackrf-2018.01.1.ebuild b/net-libs/libhackrf/libhackrf-2018.01.1.ebuild index 8acce1696f8..06468417d0d 100644 --- a/net-libs/libhackrf/libhackrf-2018.01.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2018.01.1.ebuild @@ -11,7 +11,6 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" inherit git-r3 - KEYWORDS="" EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/libhackrf" else @@ -28,8 +27,8 @@ DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" src_configure() { - mycmakeargs=( - -DENABLE_INSTALL_UDEV_RULES="$(usex udev)" + local mycmakeargs=( + -DINSTALL_UDEV_RULES="$(usex udev)" ) if use udev; then mycmakeargs+=( diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild index 8acce1696f8..06468417d0d 100644 --- a/net-libs/libhackrf/libhackrf-9999.ebuild +++ b/net-libs/libhackrf/libhackrf-9999.ebuild @@ -11,7 +11,6 @@ HOMEPAGE="http://greatscottgadgets.com/hackrf/" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/mossmann/hackrf.git" inherit git-r3 - KEYWORDS="" EGIT_CHECKOUT_DIR="${WORKDIR}/hackrf" S="${WORKDIR}/hackrf/host/libhackrf" else @@ -28,8 +27,8 @@ DEPEND="virtual/libusb:1" RDEPEND="${DEPEND}" src_configure() { - mycmakeargs=( - -DENABLE_INSTALL_UDEV_RULES="$(usex udev)" + local mycmakeargs=( + -DINSTALL_UDEV_RULES="$(usex udev)" ) if use udev; then mycmakeargs+=(