commit: 8910a2bd311007e485293d9756f6f6566c133539 Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> AuthorDate: Thu Feb 12 16:46:06 2026 +0000 Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org> CommitDate: Thu Feb 12 17:02:06 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8910a2bd
net-misc/tigervnc: fix broken link in ebuild The link to the issue concerning fltk 1.4 was wrong. Bug: https://bugs.gentoo.org/969627 Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org> net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild | 4 ++-- net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild | 4 ++-- net-misc/tigervnc/tigervnc-1.16.0.ebuild | 2 +- net-misc/tigervnc/tigervnc-9999.ebuild | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild b/net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild index 555f5074d465..c4ae616020b9 100644 --- a/net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild +++ b/net-misc/tigervnc/tigervnc-1.14.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,7 @@ REQUIRED_USE=" " # TODO: sys-libs/libselinux -# <fltk-1.4: https://github.com/TigerVNC/tigervnc/pull/1887#issuecomment-2545662546 +# <fltk-1.4: https://github.com/TigerVNC/tigervnc/issues/1949 COMMON_DEPEND=" dev-libs/gmp:= dev-libs/nettle:= diff --git a/net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild b/net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild index 59ae2b41f444..a79f74966814 100644 --- a/net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild +++ b/net-misc/tigervnc/tigervnc-1.15.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -32,7 +32,7 @@ REQUIRED_USE=" " # TODO: sys-libs/libselinux -# <fltk-1.4: https://github.com/TigerVNC/tigervnc/pull/1887#issuecomment-2545662546 +# <fltk-1.4: https://github.com/TigerVNC/tigervnc/issues/1949 COMMON_DEPEND=" dev-libs/gmp:= dev-libs/nettle:= diff --git a/net-misc/tigervnc/tigervnc-1.16.0.ebuild b/net-misc/tigervnc/tigervnc-1.16.0.ebuild index 70f1009db993..95affcc6f664 100644 --- a/net-misc/tigervnc/tigervnc-1.16.0.ebuild +++ b/net-misc/tigervnc/tigervnc-1.16.0.ebuild @@ -34,7 +34,7 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" # TODO: sys-libs/libselinux -# <fltk-1.4: https://github.com/TigerVNC/tigervnc/pull/1887#issuecomment-2545662546 +# <fltk-1.4: https://github.com/TigerVNC/tigervnc/issues/1949 COMMON_DEPEND=" dev-libs/gmp:= dev-libs/nettle:= diff --git a/net-misc/tigervnc/tigervnc-9999.ebuild b/net-misc/tigervnc/tigervnc-9999.ebuild index 70f1009db993..95affcc6f664 100644 --- a/net-misc/tigervnc/tigervnc-9999.ebuild +++ b/net-misc/tigervnc/tigervnc-9999.ebuild @@ -34,7 +34,7 @@ REQUIRED_USE=" RESTRICT="!test? ( test )" # TODO: sys-libs/libselinux -# <fltk-1.4: https://github.com/TigerVNC/tigervnc/pull/1887#issuecomment-2545662546 +# <fltk-1.4: https://github.com/TigerVNC/tigervnc/issues/1949 COMMON_DEPEND=" dev-libs/gmp:= dev-libs/nettle:=
