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 D2FF21581EE for ; Tue, 01 Apr 2025 08:43:36 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BB3A433BEB9 for ; Tue, 01 Apr 2025 08:43:36 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id ADC4F1102CD; Tue, 01 Apr 2025 08:43:35 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 9FFEC1102CD for ; Tue, 01 Apr 2025 08:43:35 +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 2836833BEB9 for ; Tue, 01 Apr 2025 08:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8177E181E for ; Tue, 01 Apr 2025 08:43:33 +0000 (UTC) From: "Alexander Puck Neuwirth" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexander Puck Neuwirth" Message-ID: <1743496983.ee3ab7341e7752eb2c8cdbcf6288b59d68924144.alexander@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/zulip-desktop-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/zulip-desktop-bin/zulip-desktop-bin-5.12.0.ebuild X-VCS-Directories: net-im/zulip-desktop-bin/ X-VCS-Committer: alexander X-VCS-Committer-Name: Alexander Puck Neuwirth X-VCS-Revision: ee3ab7341e7752eb2c8cdbcf6288b59d68924144 X-VCS-Branch: dev Date: Tue, 01 Apr 2025 08:43:33 +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: d9318943-a41a-45d7-86ef-0a605e915e0b X-Archives-Hash: 8b90ca862be1beb6dca01d9ce580c1dc commit: ee3ab7341e7752eb2c8cdbcf6288b59d68924144 Author: Alexander Puck Neuwirth neuwirth-informatik de> AuthorDate: Tue Apr 1 08:40:49 2025 +0000 Commit: Alexander Puck Neuwirth neuwirth-informatik de> CommitDate: Tue Apr 1 08:43:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee3ab734 net-im/zulip-desktop-bin: add RDEPEND sys-libs/zlib Since in 5.12.0 there is a file /opt/Zulip/resources/app.asar.unpacked/node_modules/fs-xattr/build/node_gyp_bins/python3 which links to libz.so.1. Closes: https://bugs.gentoo.org/952985 Signed-off-by: Alexander Puck Neuwirth neuwirth-informatik.de> net-im/zulip-desktop-bin/zulip-desktop-bin-5.12.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-im/zulip-desktop-bin/zulip-desktop-bin-5.12.0.ebuild b/net-im/zulip-desktop-bin/zulip-desktop-bin-5.12.0.ebuild index 4487f1149..44fe63379 100644 --- a/net-im/zulip-desktop-bin/zulip-desktop-bin-5.12.0.ebuild +++ b/net-im/zulip-desktop-bin/zulip-desktop-bin-5.12.0.ebuild @@ -51,6 +51,7 @@ RDEPEND=" x11-libs/libxkbcommon x11-libs/libXrandr x11-libs/pango + sys-libs/zlib " QA_PREBUILT="opt/Zulip/*"