mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user