commit: 907f626f12e065df9187723dc049e518996cedd1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu May 29 15:12:17 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 29 15:12:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=907f626f
profiles/arch/arm: unmask tailscale It was masked because the version of Go required by tailscale at the time was only satisfied by masked versions on arm. Closes: https://bugs.gentoo.org/924649 Closes: https://bugs.gentoo.org/956782 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/package.mask | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index 84f43bbcff74..354bd10d41b4 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -1,10 +1,6 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# Sam James <[email protected]> (2024-02-17) -# Broken on arm, see bug #924649 (https://github.com/golang/go/issues/65601). ->=net-vpn/tailscale-1.60.0 - # Sam James <[email protected]> (2020-06-24) # Valgrind lacks support for < ARMv7 # https://valgrind.org/info/platforms.html
