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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC2E11580E0 for ; Thu, 30 Jan 2025 23:41:24 +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 D36E5343091 for ; Thu, 30 Jan 2025 23:41:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C983C1103B6; Thu, 30 Jan 2025 23:41:23 +0000 (UTC) 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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B99091103B6 for ; Thu, 30 Jan 2025 23:41:23 +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 567A0343127 for ; Thu, 30 Jan 2025 23:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC45617F2 for ; Thu, 30 Jan 2025 23:41:21 +0000 (UTC) From: "David Roman" 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" Message-ID: <1738251092.43bb39fa2895824d084b0aff4b1dfb6eae9de97e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 43bb39fa2895824d084b0aff4b1dfb6eae9de97e X-VCS-Branch: master Date: Thu, 30 Jan 2025 23:41:21 +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: c68e7d8c-7910-4925-8c8a-e374b61a3aa3 X-Archives-Hash: 2974a2bed9733d5073849ab12d235558 commit: 43bb39fa2895824d084b0aff4b1dfb6eae9de97e Author: Vincent Ahluwalia protonmail com> AuthorDate: Thu Jan 30 15:31:32 2025 +0000 Commit: David Roman gmail 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 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 "