From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1634672-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 25ABB1581D3 for <garchives@archives.gentoo.org>; Fri, 24 May 2024 06:43:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EBA5E2A23; Fri, 24 May 2024 06:43:46 +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 pigeon.gentoo.org (Postfix) with ESMTPS id 3D483E2A23 for <gentoo-commits@lists.gentoo.org>; Fri, 24 May 2024 06:43:46 +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 2FBBA335D7B for <gentoo-commits@lists.gentoo.org>; Fri, 24 May 2024 06:43:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 978C01AE0 for <gentoo-commits@lists.gentoo.org>; Fri, 24 May 2024 06:43:43 +0000 (UTC) From: "Joe Kappus" <joe@wt.gd> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joe Kappus" <joe@wt.gd> Message-ID: <1716533001.624879a4dfc0aeac74aae7123ba1cf08f983abd6.joe@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-vpn/cloudflare-warp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild X-VCS-Directories: net-vpn/cloudflare-warp/ X-VCS-Committer: joe X-VCS-Committer-Name: Joe Kappus X-VCS-Revision: 624879a4dfc0aeac74aae7123ba1cf08f983abd6 X-VCS-Branch: dev Date: Fri, 24 May 2024 06:43:43 +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: be20b2e6-60fa-453b-a441-22d705e51e33 X-Archives-Hash: 20f8b15838f8e2838f1df6a3915ed9a6 commit: 624879a4dfc0aeac74aae7123ba1cf08f983abd6 Author: Joe Kappus <joe <AT> wt <DOT> gd> AuthorDate: Fri May 24 06:43:21 2024 +0000 Commit: Joe Kappus <joe <AT> wt <DOT> gd> CommitDate: Fri May 24 06:43:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=624879a4 net-vpn/cloudflare-warp: fix systray RDEPEND Closes: https://bugs.gentoo.org/924981 Signed-off-by: Joe Kappus <joe <AT> wt.gd> net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild index 18187a230..c4becdbc4 100644 --- a/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild +++ b/net-vpn/cloudflare-warp/cloudflare-warp-2024.2.62-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,6 +18,11 @@ IUSE="systemd +systray dex" RESTRICT="bindist mirror" RDEPEND="net-firewall/nftables dex? ( net-libs/libpcap ) + systray? ( + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/pango + ) " QA_PREBUILT="/bin/warp-cli /bin/warp-dex /bin/warp-diag /bin/warp-svc /bin/warp-taskbar"