From 2467eda725aa54ed2b9885e9f7d0ce2514d3a24c Mon Sep 17 00:00:00 2001 From: RavFX XMR Date: Mon, 14 Apr 2025 09:20:09 -0600 Subject: [PATCH] net-p2p/feather: Removed USES relates to discontinued services from 2.7.0. Signed-off-by: RavFX XMR --- .../{feather-2.7.0.ebuild => feather-2.7.0-r1.ebuild} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename net-p2p/feather/{feather-2.7.0.ebuild => feather-2.7.0-r1.ebuild} (92%) diff --git a/net-p2p/feather/feather-2.7.0.ebuild b/net-p2p/feather/feather-2.7.0-r1.ebuild similarity index 92% rename from net-p2p/feather/feather-2.7.0.ebuild rename to net-p2p/feather/feather-2.7.0-r1.ebuild index e26ff73f16..23906b8d45 100644 --- a/net-p2p/feather/feather-2.7.0.ebuild +++ b/net-p2p/feather/feather-2.7.0-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI=" LICENSE="BSD MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="bounties calc crowdfunding exchange home localmonero qrcode reddit revuo tickers xmrig" +IUSE="bounties calc crowdfunding home qrcode revuo tickers xmrig" DEPEND=" dev-libs/libsodium:= media-gfx/qrencode:= @@ -67,11 +67,8 @@ src_configure() { -DWITH_PLUGIN_TICKERS=$(usex tickers) -DWITH_PLUGIN_CROWDFUNDING=$(usex crowdfunding) -DWITH_PLUGIN_BOUNTIES=$(usex bounties) - -DWITH_PLUGIN_REDDIT=$(usex reddit) -DWITH_PLUGIN_REVUO=$(usex revuo) -DWITH_PLUGIN_CALC=$(usex calc) - -DWITH_PLUGIN_EXCHANGE=$(usex exchange) - -DWITH_PLUGIN_LOCALMONERO=$(usex localmonero) -DWITH_PLUGIN_XMRIG=$(usex xmrig) -DCHECK_UPDATES=OFF -DPLATFORM_INSTALLER=OFF