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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B55BB15800F for ; Fri, 3 Feb 2023 06:08:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D71FEE07D4; Fri, 3 Feb 2023 06:08:33 +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 B3AF6E07D4 for ; Fri, 3 Feb 2023 06:08:33 +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 A500333C6B6 for ; Fri, 3 Feb 2023 06:08:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF630893 for ; Fri, 3 Feb 2023 06:08:30 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1675404492.74030a590a1be5655920aa9c26a07e5cb73a43b5.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/syncthing/syncthing-1.21.0.ebuild net-p2p/syncthing/syncthing-1.22.2.ebuild net-p2p/syncthing/syncthing-1.23.0.ebuild X-VCS-Directories: net-p2p/syncthing/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 74030a590a1be5655920aa9c26a07e5cb73a43b5 X-VCS-Branch: master Date: Fri, 3 Feb 2023 06:08:30 +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: 9667e10b-6657-465e-aedb-ec4ff0619ad8 X-Archives-Hash: 26f3ce16544bdda83c1c6e517cbc4b5f commit: 74030a590a1be5655920aa9c26a07e5cb73a43b5 Author: William Hubbs gentoo org> AuthorDate: Fri Feb 3 06:08:12 2023 +0000 Commit: William Hubbs gentoo org> CommitDate: Fri Feb 3 06:08:12 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74030a59 net-p2p/syncthing: set bdepend for < go 1.20 Bug: https://bugs.gentoo.org/892978 Signed-off-by: William Hubbs gentoo.org> net-p2p/syncthing/syncthing-1.21.0.ebuild | 3 ++- net-p2p/syncthing/syncthing-1.22.2.ebuild | 3 ++- net-p2p/syncthing/syncthing-1.23.0.ebuild | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/net-p2p/syncthing/syncthing-1.21.0.ebuild b/net-p2p/syncthing/syncthing-1.21.0.ebuild index 08426c842e6e..48a816e848bb 100644 --- a/net-p2p/syncthing/syncthing-1.21.0.ebuild +++ b/net-p2p/syncthing/syncthing-1.21.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,7 @@ RDEPEND="acct-group/syncthing tools? ( >=acct-user/stdiscosrv-1 >=acct-user/strelaysrv-1 ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND="