From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA74B15800A for ; Fri, 14 Feb 2025 00:59:36 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id AB7C2343196 for ; Fri, 14 Feb 2025 00:59:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id AF577110296; Fri, 14 Feb 2025 00:59:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 bobolink.gentoo.org (Postfix) with ESMTPS id A1C3B110296 for ; Fri, 14 Feb 2025 00:59:35 +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 41141343196 for ; Fri, 14 Feb 2025 00:59:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46041217D for ; Fri, 14 Feb 2025 00:59:33 +0000 (UTC) From: "Adam Pimentel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Adam Pimentel" Message-ID: <1739494688.f9af7e5513f76af8a3bd1f54f5d31a12a1d2464e.adam.pimentel@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/p2pool/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/p2pool/p2pool-4.3.ebuild X-VCS-Directories: net-p2p/p2pool/ X-VCS-Committer: adam.pimentel X-VCS-Committer-Name: Adam Pimentel X-VCS-Revision: f9af7e5513f76af8a3bd1f54f5d31a12a1d2464e X-VCS-Branch: dev Date: Fri, 14 Feb 2025 00:59:33 +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: 384b490e-4de2-49eb-b18a-d0db001f9bf0 X-Archives-Hash: 4e20f30f33eae20b1f5f875c3b273337 commit: f9af7e5513f76af8a3bd1f54f5d31a12a1d2464e Author: Adam Pimentel protonmail com> AuthorDate: Fri Feb 14 00:58:08 2025 +0000 Commit: Adam Pimentel protonmail com> CommitDate: Fri Feb 14 00:58:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9af7e55 net-p2p/p2pool: remove bad/unnessisary cmake option Signed-off-by: Adam Pimentel protonmail.com> net-p2p/p2pool/p2pool-4.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-p2p/p2pool/p2pool-4.3.ebuild b/net-p2p/p2pool/p2pool-4.3.ebuild index 0c9879d79..def6ca5e7 100644 --- a/net-p2p/p2pool/p2pool-4.3.ebuild +++ b/net-p2p/p2pool/p2pool-4.3.ebuild @@ -53,7 +53,6 @@ src_configure() { local mycmakeargs=( -DSTATIC_BINARY=OFF -DSTATIC_LIBS=OFF - -DWITH_RANDOMX=OFF -DWITH_GRPC=OFF #$(usex grpc) -DWITH_TLS=OFF #$(usex tls) )