commit: 406b99e48808c8d84d178864fdd24587089b8e16 Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org> AuthorDate: Sun Jul 13 20:41:41 2025 +0000 Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> 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 <mm1ke <AT> 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 }
