gui-libs/neatvnc: add upstream bug link for SONAME issue

Bug: https://github.com/any1/neatvnc/issues/124
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-13 03:53:02 +01:00
parent ce80079890
commit a99cadcdcf
3 changed files with 5 additions and 5 deletions

View File

@@ -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
}

View File

@@ -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
}

View File

@@ -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
}