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 CA4F3158020 for ; Mon, 5 Dec 2022 21:49:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0002BE07D4; Mon, 5 Dec 2022 21:49:18 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 8F2A1E07D4 for ; Mon, 5 Dec 2022 21:49:18 +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 BF255341031 for ; Mon, 5 Dec 2022 21:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 551656F2 for ; Mon, 5 Dec 2022 21:49:16 +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: <1670276901.632629413d5fc525362ac20264a733b474b3520d.adam.pimentel@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-p2p/feather/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-p2p/feather/feather-2.1.0.ebuild net-p2p/feather/feather-9999.ebuild X-VCS-Directories: net-p2p/feather/ X-VCS-Committer: adam.pimentel X-VCS-Committer-Name: Adam Pimentel X-VCS-Revision: 632629413d5fc525362ac20264a733b474b3520d X-VCS-Branch: dev Date: Mon, 5 Dec 2022 21:49:16 +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: 58ea15d5-5ad2-4b82-b102-ba2bf1f61f40 X-Archives-Hash: d5a7006e037f169b7b09a6bc80f20c8e commit: 632629413d5fc525362ac20264a733b474b3520d Author: Adam Pimentel protonmail com> AuthorDate: Mon Dec 5 21:48:21 2022 +0000 Commit: Adam Pimentel protonmail com> CommitDate: Mon Dec 5 21:48:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=63262941 net-p2p/feather: removed unused cmake vars Signed-off-by: Adam Pimentel protonmail.com> net-p2p/feather/feather-2.1.0.ebuild | 3 --- net-p2p/feather/feather-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild index 206d0843e..eee1b7ae7 100644 --- a/net-p2p/feather/feather-2.1.0.ebuild +++ b/net-p2p/feather/feather-2.1.0.ebuild @@ -82,11 +82,8 @@ src_configure() { local mycmakeargs=( -DARCH=x86-64 -DBUILD_64=ON - -DBUILD_SHARED_LIBS=Off # Vendored Monero libs collision -DBUILD_TAG="linux-x64" - -DBUILD_TESTS=OFF -DDONATE_BEG=OFF - -DINSTALL_VENDORED_LIBUNBOUND=OFF -DMANUAL_SUBMODULES=1 -DSTATIC=OFF -DSELF_CONTAINED=OFF diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index 5e59c6a34..21fce42cf 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -48,11 +48,8 @@ src_configure() { local mycmakeargs=( -DARCH=x86-64 -DBUILD_64=ON - -DBUILD_SHARED_LIBS=Off # Vendored Monero libs collision -DBUILD_TAG="linux-x64" - -DBUILD_TESTS=OFF -DDONATE_BEG=OFF - -DINSTALL_VENDORED_LIBUNBOUND=OFF -DMANUAL_SUBMODULES=1 -DSTATIC=OFF -DSELF_CONTAINED=OFF