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 6EF2A138359 for ; Tue, 18 Aug 2020 15:15:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8BA0E08CD; Tue, 18 Aug 2020 15:15:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8F022E08CD for ; Tue, 18 Aug 2020 15:15:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 58EC434F3F0 for ; Tue, 18 Aug 2020 15:15:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8AA722B for ; Tue, 18 Aug 2020 15:15:32 +0000 (UTC) From: "Rick Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Rick Farina" Message-ID: <1597763721.0602b1a17b0f1f547ae2e763845f7469fce62d63.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/rtl-sdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/rtl-sdr/rtl-sdr-9999.ebuild X-VCS-Directories: net-wireless/rtl-sdr/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 0602b1a17b0f1f547ae2e763845f7469fce62d63 X-VCS-Branch: master Date: Tue, 18 Aug 2020 15:15:32 +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: d618a8d3-2c62-4842-a8ca-ed001b3c5f16 X-Archives-Hash: a0fa46c5ed96a334463a47e2b7a06bed commit: 0602b1a17b0f1f547ae2e763845f7469fce62d63 Author: Jakov Smolic sartura hr> AuthorDate: Sat Aug 8 11:36:00 2020 +0000 Commit: Rick Farina gentoo org> CommitDate: Tue Aug 18 15:15:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0602b1a1 net-wireless/rtl-sdr: update live ebuild Closes: https://bugs.gentoo.org/736320 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Rick Farina gentoo.org> net-wireless/rtl-sdr/rtl-sdr-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/net-wireless/rtl-sdr/rtl-sdr-9999.ebuild b/net-wireless/rtl-sdr/rtl-sdr-9999.ebuild index 6f788b128c8..f404f170f4f 100644 --- a/net-wireless/rtl-sdr/rtl-sdr-9999.ebuild +++ b/net-wireless/rtl-sdr/rtl-sdr-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils multilib +inherit cmake multilib DESCRIPTION="turns your Realtek RTL2832 based DVB dongle into a SDR receiver" HOMEPAGE="http://sdr.osmocom.org/trac/wiki/rtl-sdr" @@ -41,13 +41,12 @@ src_configure() { -DINSTALL_UDEV_RULES=OFF -DDETACH_KERNEL_DRIVER=ON -DENABLE_ZEROCOPY="$(usex zerocopy)" - -DLIB_INSTALL_DIR=$(get_libdir) ) - cmake-utils_src_configure + cmake_src_configure } src_install() { - cmake-utils_src_install + cmake_src_install newinitd "${FILESDIR}"/rtl_tcp.initd rtl_tcp newconfd "${FILESDIR}"/rtl_tcp.confd rtl_tcp }