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 ADC5E15808A for ; Sat, 09 Aug 2025 14:10:07 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 963D2341FCA for ; Sat, 09 Aug 2025 14:10:07 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5AB7E1104A0; Sat, 09 Aug 2025 14:10:06 +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 4E4671104A0 for ; Sat, 09 Aug 2025 14:10:06 +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 F2205341EBC for ; Sat, 09 Aug 2025 14:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AEF329AA for ; Sat, 09 Aug 2025 14:10:04 +0000 (UTC) From: "Patrick Nicolas" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Nicolas" Message-ID: <1754748594.0bef2d9d316174f5de5706b65b3bb157bac8e1fe.patricknicolas@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-libs/wivrn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-libs/wivrn/wivrn-9999.ebuild X-VCS-Directories: media-libs/wivrn/ X-VCS-Committer: patricknicolas X-VCS-Committer-Name: Patrick Nicolas X-VCS-Revision: 0bef2d9d316174f5de5706b65b3bb157bac8e1fe X-VCS-Branch: dev Date: Sat, 09 Aug 2025 14:10:04 +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: e2fbab43-3d73-40fd-a71b-19424ebabec8 X-Archives-Hash: 9c002b1b3b00caaf6026fd5b7ea8f1cf commit: 0bef2d9d316174f5de5706b65b3bb157bac8e1fe Author: Patrick Nicolas laposte net> AuthorDate: Sat Aug 9 14:09:40 2025 +0000 Commit: Patrick Nicolas laposte net> CommitDate: Sat Aug 9 14:09:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bef2d9d media-libs/wivrn: update dependencies Signed-off-by: Patrick Nicolas laposte.net> media-libs/wivrn/wivrn-9999.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-libs/wivrn/wivrn-9999.ebuild b/media-libs/wivrn/wivrn-9999.ebuild index 0ab75f8666..33383582f2 100644 --- a/media-libs/wivrn/wivrn-9999.ebuild +++ b/media-libs/wivrn/wivrn-9999.ebuild @@ -25,9 +25,12 @@ else fi RDEPEND=" + app-arch/libarchive dev-libs/glib dev-libs/libbsd dev-libs/openssl + gnome-base/librsvg + media-libs/libpng media-libs/openxr-loader net-dns/avahi x11-libs/libnotify @@ -73,9 +76,6 @@ BDEPEND=" dev-cpp/nlohmann_json dev-util/glslang dev-util/gdbus-codegen - gui? ( - gnome-base/librsvg - ) dev-util/vulkan-headers "