diff options
author | Zac Medico <zmedico@gentoo.org> | 2018-09-13 19:59:54 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2018-09-13 20:00:46 -0700 |
commit | 5d80565a783f724862c038f99e9bca72d1eb49d9 (patch) | |
tree | b8b7e390541a9b328f77e396d9c98f2269672500 /dev-go/golint | |
parent | app-emulation/wine-vanilla: Drop old (diff) | |
download | gentoo-5d80565a783f724862c038f99e9bca72d1eb49d9.tar.gz gentoo-5d80565a783f724862c038f99e9bca72d1eb49d9.tar.bz2 gentoo-5d80565a783f724862c038f99e9bca72d1eb49d9.zip |
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
Diffstat (limited to 'dev-go/golint')
-rw-r--r-- | dev-go/golint/golint-0_pre20161114.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" + <dev-go/go-tools-0_pre20180817" RDEPEND="!<dev-lang/go-1.6 dev-go/go-tools:=" |