From: Zac Medico Date: Fri, 14 Sep 2018 02:59:54 +0000 (-0700) Subject: dev-go/golint: DEPEND on compatible go-tools X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5d80565a783f724862c038f99e9bca72d1eb49d9;p=gentoo.git dev-go/golint: DEPEND on compatible go-tools 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 --- diff --git a/dev-go/golint/golint-0_pre20161114.ebuild b/dev-go/golint/golint-0_pre20161114.ebuild index 5fffe12876dd..7342fc55f018 100644 --- a/dev-go/golint/golint-0_pre20161114.ebuild +++ b/dev-go/golint/golint-0_pre20161114.ebuild @@ -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" +