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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 274E4138359 for ; Thu, 27 Aug 2020 18:26:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E7E6E0839; Thu, 27 Aug 2020 18:26:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 120ACE0839 for ; Thu, 27 Aug 2020 18:26:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E854F335DB5 for ; Thu, 27 Aug 2020 18:26:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8FECE324 for ; Thu, 27 Aug 2020 18:26:25 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1598552777.d2186b8272a1cc115d4ab745a840e5e08bbf252a.marecki@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.3.4-r1.ebuild net-p2p/syncthing/syncthing-1.7.1.ebuild net-p2p/syncthing/syncthing-1.8.0.ebuild X-VCS-Directories: net-p2p/syncthing/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: d2186b8272a1cc115d4ab745a840e5e08bbf252a X-VCS-Branch: master Date: Thu, 27 Aug 2020 18:26:25 +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: 151d9af9-da90-4ee4-bcc5-b2e35093d783 X-Archives-Hash: 8454a452ca5c003cc8fa1007a608002c commit: d2186b8272a1cc115d4ab745a840e5e08bbf252a Author: Marek Szuba gentoo org> AuthorDate: Thu Aug 27 18:22:57 2020 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Aug 27 18:26:17 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2186b82 net-p2p/syncthing: block go-1.15+ Builds but does not run, see https://github.com/syncthing/syncthing/issues/6889. Fix already committed upstream, 1.9.0 should be fine with new Go. Signed-off-by: Marek Szuba gentoo.org> net-p2p/syncthing/syncthing-1.3.4-r1.ebuild | 1 + net-p2p/syncthing/syncthing-1.7.1.ebuild | 1 + net-p2p/syncthing/syncthing-1.8.0.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild b/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild index b318a0d7bbb..12821542253 100644 --- a/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild +++ b/net-p2p/syncthing/syncthing-1.3.4-r1.ebuild @@ -289,6 +289,7 @@ RDEPEND="acct-group/syncthing acct-user/stdiscosrv acct-user/strelaysrv ) selinux? ( sec-policy/selinux-syncthing )" +BDEPEND="