From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1601523-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 8805615808B
	for <garchives@archives.gentoo.org>; Sun, 18 Feb 2024 03:41:52 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CB59EE2A11;
	Sun, 18 Feb 2024 03:41:51 +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 pigeon.gentoo.org (Postfix) with ESMTPS id B5A94E2A11
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Feb 2024 03:41:51 +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 00C43342FFF
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Feb 2024 03:41:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FFAC1065
	for <gentoo-commits@lists.gentoo.org>; Sun, 18 Feb 2024 03:41:48 +0000 (UTC)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca>
Message-ID: <1708225087.80587306bd1e09884a063685ce2be00814f2ce4a.julien@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-vpn/cloudflare-warp/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
X-VCS-Directories: net-vpn/cloudflare-warp/
X-VCS-Committer: julien
X-VCS-Committer-Name: Julien Roy
X-VCS-Revision: 80587306bd1e09884a063685ce2be00814f2ce4a
X-VCS-Branch: master
Date: Sun, 18 Feb 2024 03:41:48 +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: 48ce9783-0f6b-4465-94ae-33db2b121f27
X-Archives-Hash: f2d7ef66b8aadc69a2d52e467caba94d

commit:     80587306bd1e09884a063685ce2be00814f2ce4a
Author:     John-Henry Lim <johnhenrylim12 <AT> gmail <DOT> com>
AuthorDate: Sun Feb 18 02:58:07 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sun Feb 18 02:58:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80587306

net-vpn/cloudflare-warp: add /bin/warp-dex to QA_PREBUILT

Signed-off-by: John-Henry Lim <johnhenrylim12 <AT> gmail.com>

 ...dflare-warp-2024.2.62.ebuild => cloudflare-warp-2024.2.62-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
similarity index 93%
rename from net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
rename to net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
index 4fb3818cfd..6f844d9f4a 100644
--- a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62.ebuild
+++ b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r1.ebuild
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 IUSE="systemd +systray"
 RDEPEND="net-firewall/nftables"
 
-QA_PREBUILT="/bin/warp-cli /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
+QA_PREBUILT="/bin/warp-cli /bin/warp-dex /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"
 
 S="${WORKDIR}"