commit: ad12fd04d585f462b08fd6aef2a7fc9a796f4531 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Feb 17 05:39:10 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Feb 17 05:39:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad12fd04
profiles/arch/arm: mask >=net-vpn/tailscale-1.60.0 It needs broken-on-arm >=dev-lang/go-1.22.0 and 1.22.0 is the only version matching that. Bug: https://github.com/golang/go/issues/65601 Bug: https://bugs.gentoo.org/924649 Bug: https://bugs.gentoo.org/924744 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/arch/arm/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/arch/arm/package.mask b/profiles/arch/arm/package.mask index b8aea901472d..89dbc8a62426 100644 --- a/profiles/arch/arm/package.mask +++ b/profiles/arch/arm/package.mask @@ -4,6 +4,7 @@ # Sam James <[email protected]> (2024-02-17) # Broken on arm, see bug #924649 (https://github.com/golang/go/issues/65601). =dev-lang/go-1.22.0 +>=net-vpn/tailscale-1.60.0 # Andreas Sturmlechner <[email protected]> (2023-02-06) # Successful build of dev-qt/qtwebengine depends on 64-bit host
