From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEF6115808B for ; Sat, 17 Feb 2024 05:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1C512BC015; Sat, 17 Feb 2024 05:40:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 954F72BC015 for ; Sat, 17 Feb 2024 05:40:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7799933E3A9 for ; Sat, 17 Feb 2024 05:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D03171239 for ; Sat, 17 Feb 2024 05:40:27 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1708148307.650de3f038b7e351f9b51b8dfce8b277ec3759df.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tailscale/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tailscale/metadata.xml net-vpn/tailscale/tailscale-1.60.0.ebuild X-VCS-Directories: net-vpn/tailscale/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 650de3f038b7e351f9b51b8dfce8b277ec3759df X-VCS-Branch: master Date: Sat, 17 Feb 2024 05:40:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2b5c10de-6c2a-499a-89b4-dacd5b33dcfb X-Archives-Hash: e0fe6d1ba0003b727a731e66d0258904 commit: 650de3f038b7e351f9b51b8dfce8b277ec3759df Author: Anthony Ryan gmail com> AuthorDate: Fri Feb 16 18:53:51 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Feb 17 05:38:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=650de3f0 net-vpn/tailscale: Require go 1.22 or newer Currently fails to build with: go.mod requires go >= 1.22.0 (running go 1.21.6; GOTOOLCHAIN=local) Closes: https://bugs.gentoo.org/924744 Signed-off-by: Anthony Ryan gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35379 Signed-off-by: Sam James gentoo.org> net-vpn/tailscale/metadata.xml | 3 +++ net-vpn/tailscale/tailscale-1.60.0.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-vpn/tailscale/metadata.xml b/net-vpn/tailscale/metadata.xml index c8565f4ab4f5..dc313a03992d 100644 --- a/net-vpn/tailscale/metadata.xml +++ b/net-vpn/tailscale/metadata.xml @@ -9,4 +9,7 @@ Patrick McLean chutzpah@gentoo.org + + tailscale/tailscale + diff --git a/net-vpn/tailscale/tailscale-1.60.0.ebuild b/net-vpn/tailscale/tailscale-1.60.0.ebuild index 4665feacdfd8..66cc49a2efc3 100644 --- a/net-vpn/tailscale/tailscale-1.60.0.ebuild +++ b/net-vpn/tailscale/tailscale-1.60.0.ebuild @@ -21,7 +21,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" RDEPEND="net-firewall/iptables" -BDEPEND=">=dev-lang/go-1.21" +BDEPEND=">=dev-lang/go-1.22" RESTRICT="test"