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 EF6BD15808B for ; Thu, 24 Feb 2022 16:04:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33FD4E0874; Thu, 24 Feb 2022 16:04:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06B0DE0870 for ; Thu, 24 Feb 2022 16:04:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31C4C342DB3 for ; Thu, 24 Feb 2022 16:04:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 113A6315 for ; Thu, 24 Feb 2022 16:04:47 +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: <1645718668.10f1c0adf249e40d9c5d752c7bffe9e35f78a510.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-wireless/uhd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-wireless/uhd/uhd-4.1.0.5.ebuild X-VCS-Directories: net-wireless/uhd/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Rick Farina X-VCS-Revision: 10f1c0adf249e40d9c5d752c7bffe9e35f78a510 X-VCS-Branch: master Date: Thu, 24 Feb 2022 16:04:47 +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: d179052d-6934-46cc-aa0f-2102562d9efe X-Archives-Hash: 1892f60d89ce35e82a940e5af0d05b2b commit: 10f1c0adf249e40d9c5d752c7bffe9e35f78a510 Author: Rick Farina (Zero_Chaos) gentoo org> AuthorDate: Wed Feb 16 02:34:33 2022 +0000 Commit: Rick Farina gentoo org> CommitDate: Thu Feb 24 16:04:28 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10f1c0ad net-wireless/uhd: add another comment Include the uhd upstream PR for fixing FindCurses "correctly" per cmake upstream Signed-off-by: Rick Farina (Zero_Chaos) gentoo.org> net-wireless/uhd/uhd-4.1.0.5.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-wireless/uhd/uhd-4.1.0.5.ebuild b/net-wireless/uhd/uhd-4.1.0.5.ebuild index f16f8d7f4666..6d285be59c72 100644 --- a/net-wireless/uhd/uhd-4.1.0.5.ebuild +++ b/net-wireless/uhd/uhd-4.1.0.5.ebuild @@ -67,6 +67,7 @@ src_prepare() { src_configure() { #https://gitlab.kitware.com/cmake/cmake/-/issues/23236 + #https://github.com/EttusResearch/uhd/pull/560 local mycmakeargs=( -DCURSES_NEED_NCURSES=ON -DENABLE_LIBUHD=ON