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 899B3158020 for ; Thu, 1 Dec 2022 15:16:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B45D8E077C; Thu, 1 Dec 2022 15:16:33 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9C25DE077C for ; Thu, 1 Dec 2022 15:16:33 +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 AD1DB335DC4 for ; Thu, 1 Dec 2022 15:16:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDC0E4C8 for ; Thu, 1 Dec 2022 15:16:30 +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: <1669907767.4dbf36ce3f0a4adaa711f31ef5c1316ea597cedf.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 X-VCS-Directories: net-p2p/feather/ X-VCS-Committer: adam.pimentel X-VCS-Committer-Name: Adam Pimentel X-VCS-Revision: 4dbf36ce3f0a4adaa711f31ef5c1316ea597cedf X-VCS-Branch: dev Date: Thu, 1 Dec 2022 15:16:30 +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: 19fa71d9-88fe-446a-8060-da72c6f9f5fd X-Archives-Hash: 7ad9bc7315d95f858b78179b3e8a6b86 commit: 4dbf36ce3f0a4adaa711f31ef5c1316ea597cedf Author: Adam Pimentel protonmail com> AuthorDate: Thu Dec 1 15:16:07 2022 +0000 Commit: Adam Pimentel protonmail com> CommitDate: Thu Dec 1 15:16:07 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dbf36ce net-p2p/feather: fixed DEPEND typo Signed-off-by: Adam Pimentel protonmail.com> net-p2p/feather/feather-2.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild index 694e18e2b..206d0843e 100644 --- a/net-p2p/feather/feather-2.1.0.ebuild +++ b/net-p2p/feather/feather-2.1.0.ebuild @@ -51,7 +51,7 @@ DEPEND=" >=dev-qt/qtwebsockets-5.15:5 >=dev-qt/qtwidgets-5.15:5 >=dev-qt/qtconcurrent-5.15:5 - >=dev-qt/qtxml-5.15: + >=dev-qt/qtxml-5.15:5 media-gfx/qrencode:= net-dns/unbound:=[threads] net-libs/czmq:=