From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1713721-garchives=archives.gentoo.org@lists.gentoo.org>
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 7A9C71580E0
	for <garchives@archives.gentoo.org>; Thu, 30 Jan 2025 15:34:14 +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))
	(No client certificate requested)
	(Authenticated sender: relay-lists.gentoo.org@gentoo.org)
	by smtp.gentoo.org (Postfix) with ESMTPSA id 5E04D3430D5
	for <garchives@archives.gentoo.org>; Thu, 30 Jan 2025 15:34:14 +0000 (UTC)
Received: from bobolink.gentoo.org (localhost [127.0.0.1])
	by bobolink.gentoo.org (Postfix) with ESMTP id 90F2311046F;
	Thu, 30 Jan 2025 15:34:10 +0000 (UTC)
Received: from smtp.gentoo.org (dev.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 7EAC311046F
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jan 2025 15:34:10 +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 2DFC9343003
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jan 2025 15:34:10 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9181417F2
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jan 2025 15:34:08 +0000 (UTC)
From: "Vincent Ahluwalia" <vincentahluwalia@protonmail.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, "Vincent Ahluwalia" <vincentahluwalia@protonmail.com>
Message-ID: <1738251092.43bb39fa2895824d084b0aff4b1dfb6eae9de97e.vincentahluwalia@gentoo>
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libsfdo/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: gui-libs/libsfdo/libsfdo-0.1.3.ebuild
X-VCS-Directories: gui-libs/libsfdo/
X-VCS-Committer: vincentahluwalia
X-VCS-Committer-Name: Vincent Ahluwalia
X-VCS-Revision: 43bb39fa2895824d084b0aff4b1dfb6eae9de97e
X-VCS-Branch: dev
Date: Thu, 30 Jan 2025 15:34:08 +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: 6ec695c1-9733-4a66-89f1-ef9d0c44a1bf
X-Archives-Hash: fc886c03cb16f4693cda46e574599b3e

commit:     43bb39fa2895824d084b0aff4b1dfb6eae9de97e
Author:     Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
AuthorDate: Thu Jan 30 15:31:32 2025 +0000
Commit:     Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
CommitDate: Thu Jan 30 15:31:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43bb39fa

gui-libs/libsfdo: remove redundant dependency

Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com>

 gui-libs/libsfdo/libsfdo-0.1.3.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gui-libs/libsfdo/libsfdo-0.1.3.ebuild b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
index 345769619..662e6cdde 100644
--- a/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
+++ b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
@@ -19,7 +19,6 @@ IUSE="examples test"
 RESTRICT="!test? ( test )"
 
 BDEPEND="
-	dev-build/meson
 	virtual/pkgconfig
 "