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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57A1A15812D for ; Fri, 03 Jan 2025 20:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 988AFE07C5; Fri, 03 Jan 2025 20:10:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 38B33E07C5 for ; Fri, 03 Jan 2025 20:10:25 +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 D9046335DC5 for ; Fri, 03 Jan 2025 20:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 443D297F for ; Fri, 03 Jan 2025 20:10:22 +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: <1735935001.31ea1363d7b28a90ee1275fc590e57d16b2b65d6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/tailscale/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/tailscale/tailscale-1.78.3.ebuild X-VCS-Directories: net-vpn/tailscale/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 31ea1363d7b28a90ee1275fc590e57d16b2b65d6 X-VCS-Branch: master Date: Fri, 03 Jan 2025 20:10:22 +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: 90b5748d-a5fd-4e2a-a7ba-5ae2fe456d31 X-Archives-Hash: 41c6f3b8ab457929f9c141a861779437 commit: 31ea1363d7b28a90ee1275fc590e57d16b2b65d6 Author: Sam James gentoo org> AuthorDate: Fri Jan 3 20:10:01 2025 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 3 20:10:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ea1363 net-vpn/tailscale: Stabilize 1.78.3 amd64, #947401 Signed-off-by: Sam James gentoo.org> net-vpn/tailscale/tailscale-1.78.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-vpn/tailscale/tailscale-1.78.3.ebuild b/net-vpn/tailscale/tailscale-1.78.3.ebuild index d4a71a28913d..182c92339ad8 100644 --- a/net-vpn/tailscale/tailscale-1.78.3.ebuild +++ b/net-vpn/tailscale/tailscale-1.78.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2024 Gentoo Authors +# Copyright 2020-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86" CONFIG_CHECK="~TUN"