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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09D2D158094 for ; Fri, 30 Sep 2022 13:53:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2227EE0E6C; Fri, 30 Sep 2022 13:53:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0599DE0E6C for ; Fri, 30 Sep 2022 13:53:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3A7E340E33 for ; Fri, 30 Sep 2022 13:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02D76D4 for ; Fri, 30 Sep 2022 13:53:25 +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: <1664546002.47d312a25cc0d8c6917787a41a37c4e73d7d0eab.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libhackrf/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libhackrf/libhackrf-2022.09.1.ebuild net-libs/libhackrf/libhackrf-9999.ebuild X-VCS-Directories: net-libs/libhackrf/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 47d312a25cc0d8c6917787a41a37c4e73d7d0eab X-VCS-Branch: master Date: Fri, 30 Sep 2022 13:53:25 +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: 56554a81-2e0c-43be-8c70-bcfd6fa3f7a8 X-Archives-Hash: c3b2a32492572012ec672239a005de08 commit: 47d312a25cc0d8c6917787a41a37c4e73d7d0eab Author: Rick Farina gentoo org> AuthorDate: Fri Sep 30 13:51:51 2022 +0000 Commit: Rick Farina gentoo org> CommitDate: Fri Sep 30 13:53:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47d312a2 net-libs/libhackrf: build only shared lib (no-op) So, this actually does nothing, because the applied patch ALSO builds only shared libs. That said, it's the first step toward not needing the patch and I don't want to forget later when/if upstream fixes their bug which won't allow install for only shared libs. Signed-off-by: Rick Farina gentoo.org> net-libs/libhackrf/libhackrf-2022.09.1.ebuild | 4 ++++ net-libs/libhackrf/libhackrf-9999.ebuild | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/net-libs/libhackrf/libhackrf-2022.09.1.ebuild b/net-libs/libhackrf/libhackrf-2022.09.1.ebuild index 586e9f4bd1ec..126023d3e828 100644 --- a/net-libs/libhackrf/libhackrf-2022.09.1.ebuild +++ b/net-libs/libhackrf/libhackrf-2022.09.1.ebuild @@ -42,6 +42,10 @@ src_configure() { cmake_src_configure } +src_compile() { + cmake_build hackrf +} + pkg_postinst() { if use udev; then einfo "Users in the usb group can use hackrf." diff --git a/net-libs/libhackrf/libhackrf-9999.ebuild b/net-libs/libhackrf/libhackrf-9999.ebuild index 586e9f4bd1ec..126023d3e828 100644 --- a/net-libs/libhackrf/libhackrf-9999.ebuild +++ b/net-libs/libhackrf/libhackrf-9999.ebuild @@ -42,6 +42,10 @@ src_configure() { cmake_src_configure } +src_compile() { + cmake_build hackrf +} + pkg_postinst() { if use udev; then einfo "Users in the usb group can use hackrf."