dev-go/golint: DEPEND on compatible go-tools
authorZac Medico <zmedico@gentoo.org>
Fri, 14 Sep 2018 02:59:54 +0000 (19:59 -0700)
committerZac Medico <zmedico@gentoo.org>
Fri, 14 Sep 2018 03:00:46 +0000 (20:00 -0700)
This solves the following build failure with go-tools-0_pre20180817:

src/github.com/golang/lint/lint.go:25:2: cannot find package "golang.org/x/tools/go/gcimporter15" in any of:
        /usr/lib/go/src/golang.org/x/tools/go/gcimporter15 (from $GOROOT)
        /var/tmp/portage/dev-go/golint-0_pre20161114/work/golint-0_pre20161114/src/golang.org/x/tools/go/gcimporter15 (from $GOPATH)
        /usr/lib/go-gentoo/src/golang.org/x/tools/go/gcimporter15

Package-Manager: Portage-2.3.49, Repoman-2.3.10

dev-go/golint/golint-0_pre20161114.ebuild

index 5fffe12876dde487602e2202afa9f02f1d369a34..7342fc55f018f8ab6803bf558f816831244e3596 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -20,7 +20,7 @@ LICENSE="BSD"
 SLOT="0/${PVR}"
 IUSE=""
 DEPEND=">=dev-lang/go-1.6
-       dev-go/go-tools"
+       <dev-go/go-tools-0_pre20180817"
 RDEPEND="!<dev-lang/go-1.6
        dev-go/go-tools:="