commit: 66be48af7d32a3e86a98e176d92ef8ac954cfcac Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Fri Sep 20 08:50:32 2019 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Fri Sep 20 08:54:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66be48af
net-p2p/syncthing: require <dev-lang/go-1.13 Having checked upstream, 1.13 is not supported by any of the versions currently in Gentoo. On the other hand, we have removed versions older than 1.12 so there is presently no need for the lower version limit. Closes: https://bugs.gentoo.org/693922 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> net-p2p/syncthing/syncthing-1.1.4.ebuild | 2 +- net-p2p/syncthing/syncthing-1.2.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/syncthing/syncthing-1.1.4.ebuild b/net-p2p/syncthing/syncthing-1.1.4.ebuild index bd005ed29a1..f26f972cbda 100644 --- a/net-p2p/syncthing/syncthing-1.1.4.ebuild +++ b/net-p2p/syncthing/syncthing-1.1.4.ebuild @@ -71,7 +71,7 @@ SLOT="0" KEYWORDS="amd64 arm x86" IUSE="selinux tools" -BDEPEND=">=dev-lang/go-1.12" +BDEPEND="<dev-lang/go-1.13" RDEPEND="selinux? ( sec-policy/selinux-syncthing )" DOCS=( README.md AUTHORS CONTRIBUTING.md ) diff --git a/net-p2p/syncthing/syncthing-1.2.1.ebuild b/net-p2p/syncthing/syncthing-1.2.1.ebuild index f64fbf20c51..8528e336603 100644 --- a/net-p2p/syncthing/syncthing-1.2.1.ebuild +++ b/net-p2p/syncthing/syncthing-1.2.1.ebuild @@ -79,7 +79,7 @@ SLOT="0" KEYWORDS="~amd64 ~arm ~x86" IUSE="selinux tools" -BDEPEND=">=dev-lang/go-1.12" +BDEPEND="<dev-lang/go-1.13" RDEPEND="acct-group/syncthing acct-user/syncthing tools? ( acct-group/stdiscosrv
