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 7832015806C for ; Sun, 13 Jul 2025 04:16:24 +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 63459341ED4 for ; Sun, 13 Jul 2025 04:16:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3626911036B; Sun, 13 Jul 2025 04:16:23 +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 252E611036B for ; Sun, 13 Jul 2025 04:16:23 +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 B4E503409C8 for ; Sun, 13 Jul 2025 04:16:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 281251851 for ; Sun, 13 Jul 2025 04:16:21 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1752380151.a99cadcdcf73013d82aa0a33ba1e6a5c9ede8cf7.sam@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.8.1.ebuild gui-libs/neatvnc/neatvnc-0.9.2.ebuild gui-libs/neatvnc/neatvnc-9999.ebuild X-VCS-Directories: gui-libs/neatvnc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a99cadcdcf73013d82aa0a33ba1e6a5c9ede8cf7 X-VCS-Branch: master Date: Sun, 13 Jul 2025 04:16:21 +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: fe056153-eb9e-4400-b9b5-89eb2d701939 X-Archives-Hash: 0143d02235fa905b5c56d9fa4c387aac commit: a99cadcdcf73013d82aa0a33ba1e6a5c9ede8cf7 Author: Sam James gentoo org> AuthorDate: Sun Jul 13 02:53:02 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 13 04:15:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a99cadcd gui-libs/neatvnc: add upstream bug link for SONAME issue Bug: https://github.com/any1/neatvnc/issues/124 Signed-off-by: Sam James gentoo.org> gui-libs/neatvnc/neatvnc-0.8.1.ebuild | 4 ++-- gui-libs/neatvnc/neatvnc-0.9.2.ebuild | 2 +- gui-libs/neatvnc/neatvnc-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gui-libs/neatvnc/neatvnc-0.8.1.ebuild b/gui-libs/neatvnc/neatvnc-0.8.1.ebuild index 7852326ccbc2..1fd4e306b41e 100644 --- a/gui-libs/neatvnc/neatvnc-0.8.1.ebuild +++ b/gui-libs/neatvnc/neatvnc-0.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -57,7 +57,7 @@ PATCHES=( 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 } diff --git a/gui-libs/neatvnc/neatvnc-0.9.2.ebuild b/gui-libs/neatvnc/neatvnc-0.9.2.ebuild index 2faebb897cf9..6696fe16fdec 100644 --- a/gui-libs/neatvnc/neatvnc-0.9.2.ebuild +++ b/gui-libs/neatvnc/neatvnc-0.9.2.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 } diff --git a/gui-libs/neatvnc/neatvnc-9999.ebuild b/gui-libs/neatvnc/neatvnc-9999.ebuild index ac897a0a4e0d..b13b1c98c9b7 100644 --- a/gui-libs/neatvnc/neatvnc-9999.ebuild +++ b/gui-libs/neatvnc/neatvnc-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 }