From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1611027-garchives=archives.gentoo.org@lists.gentoo.org>
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 518AC158041
	for <garchives@archives.gentoo.org>; Thu, 14 Mar 2024 10:19:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1B7B4E29FC;
	Thu, 14 Mar 2024 10:19:22 +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 F3A6AE29FC
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2024 10:19:21 +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 2CE5A343008
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2024 10:19:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 370359B6
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Mar 2024 10:19:18 +0000 (UTC)
From: "David Roman" <davidroman96@gmail.com>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" <davidroman96@gmail.com>
Message-ID: <1710411376.3a3602866699aa3b33edfe25836fda4256a913bd.davidroman@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/candy/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: net-vpn/candy/candy-5.3.ebuild
X-VCS-Directories: net-vpn/candy/
X-VCS-Committer: davidroman
X-VCS-Committer-Name: David Roman
X-VCS-Revision: 3a3602866699aa3b33edfe25836fda4256a913bd
X-VCS-Branch: master
Date: Thu, 14 Mar 2024 10:19:18 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 182db5dc-e9df-41e1-99aa-efbd1e5c2d74
X-Archives-Hash: 23b8832b98efda493b411f57e9374fa0
Message-ID: <20240314101918.3xZhigKSF_sbQYYBYDj0WLU5ZPsekO4mmrLcY19fqO8@z>

commit:     3a3602866699aa3b33edfe25836fda4256a913bd
Author:     David Roman <davidroman96 <AT> gmail <DOT> com>
AuthorDate: Thu Mar 14 10:16:16 2024 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Thu Mar 14 10:16:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3a360286

net-vpn/candy: remove unneeded dependency

Closes: https://github.com/gentoo/guru/pull/152
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 net-vpn/candy/candy-5.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-vpn/candy/candy-5.3.ebuild b/net-vpn/candy/candy-5.3.ebuild
index ebaa4a53eb..8dc55f6ff3 100644
--- a/net-vpn/candy/candy-5.3.ebuild
+++ b/net-vpn/candy/candy-5.3.ebuild
@@ -18,7 +18,6 @@ DEPEND="
 	dev-libs/libconfig
 	dev-libs/poco
 	dev-libs/openssl
-	dev-libs/libfmt
 	dev-libs/spdlog
 "
 RDEPEND="${DEPEND}"