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 A9B2915808A for ; Sun, 13 Jul 2025 20:44:21 +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 9038D341EBC for ; Sun, 13 Jul 2025 20:44:21 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7D8661102A2; Sun, 13 Jul 2025 20:44:20 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 77E331102A2 for ; Sun, 13 Jul 2025 20:44:20 +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 12582341E9A for ; Sun, 13 Jul 2025 20:44:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 751A330EE for ; Sun, 13 Jul 2025 20:44:18 +0000 (UTC) From: "Michael Mair-Keimberger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Mair-Keimberger" Message-ID: <1752439311.406b99e48808c8d84d178864fdd24587089b8e16.mm1ke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/neatvnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/neatvnc/neatvnc-0.9.4.ebuild X-VCS-Directories: gui-libs/neatvnc/ X-VCS-Committer: mm1ke X-VCS-Committer-Name: Michael Mair-Keimberger X-VCS-Revision: 406b99e48808c8d84d178864fdd24587089b8e16 X-VCS-Branch: master Date: Sun, 13 Jul 2025 20:44:18 +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: 7a06f2b5-50c0-46f0-8cfe-3e3946078dfa X-Archives-Hash: 8bf12a2b79e49760d6156aecb5949c0a commit: 406b99e48808c8d84d178864fdd24587089b8e16 Author: Michael Mair-Keimberger gentoo org> AuthorDate: Sun Jul 13 20:41:41 2025 +0000 Commit: Michael Mair-Keimberger gentoo org> CommitDate: Sun Jul 13 20:41:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=406b99e4 gui-libs/neatvnc: add back upstream bug link for SONAME issue Bug: https://github.com/any1/neatvnc/issues/124 Signed-off-by: Michael Mair-Keimberger gentoo.org> gui-libs/neatvnc/neatvnc-0.9.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/neatvnc/neatvnc-0.9.4.ebuild b/gui-libs/neatvnc/neatvnc-0.9.4.ebuild index e77f67ff6343..b13b1c98c9b7 100644 --- a/gui-libs/neatvnc/neatvnc-0.9.4.ebuild +++ b/gui-libs/neatvnc/neatvnc-0.9.4.ebuild @@ -53,7 +53,7 @@ BDEPEND=" src_prepare() { default - # useful soname + # useful soname (https://github.com/any1/neatvnc/issues/124) sed -i -e "s/'0.0.0'/meson.project_version()/" meson.build || die }