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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F4DE158042 for ; Tue, 22 Oct 2024 22:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72ED3E08FC; Tue, 22 Oct 2024 22:57:00 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 57A83E08FC for ; Tue, 22 Oct 2024 22:57:00 +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 24DA233BF60 for ; Tue, 22 Oct 2024 22:56:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 878D310BB for ; Tue, 22 Oct 2024 22:56:57 +0000 (UTC) From: "Martin Matouš" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Matouš" Message-ID: <1729637755.053c9458639b6a41db89bf8be8c06da75e65378c.martinmatous@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/warp/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/warp/warp-0.7.0-r1.ebuild X-VCS-Directories: net-misc/warp/ X-VCS-Committer: martinmatous X-VCS-Committer-Name: Martin Matouš X-VCS-Revision: 053c9458639b6a41db89bf8be8c06da75e65378c X-VCS-Branch: dev Date: Tue, 22 Oct 2024 22:56:57 +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: 0fd541df-5e2f-48a9-861a-b7412aef1514 X-Archives-Hash: dc2c1c831033e932c80c4923a2ff719b commit: 053c9458639b6a41db89bf8be8c06da75e65378c Author: Martin Matouš matous dev> AuthorDate: Tue Oct 22 22:49:26 2024 +0000 Commit: Martin Matouš matous dev> CommitDate: Tue Oct 22 22:55:55 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=053c9458 net-misc/warp: add missing gtk[X] dependency Required by gdk4-x11-sys crate. Signed-off-by: Martin Matouš matous.dev> net-misc/warp/warp-0.7.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/warp/warp-0.7.0-r1.ebuild b/net-misc/warp/warp-0.7.0-r1.ebuild index cb3e4b11a..c796f515f 100644 --- a/net-misc/warp/warp-0.7.0-r1.ebuild +++ b/net-misc/warp/warp-0.7.0-r1.ebuild @@ -415,7 +415,7 @@ IUSE="qrcode" DEPEND=" >=dev-libs/glib-2.76:2 - >=gui-libs/gtk-4.13:4[wayland] + >=gui-libs/gtk-4.13:4[wayland,X] >=gui-libs/libadwaita-1.5:1 qrcode? ( media-libs/graphene