From: William Hubbs Date: Tue, 22 Sep 2015 13:37:12 +0000 (-0500) Subject: dev-lang/go: Add rdepend to block older go-tools X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=489d634baa56a0591402da3709e930c1730ed478;p=gentoo.git dev-lang/go: Add rdepend to block older go-tools In go-1.5, vet and cover were moved back from go-tools to the main Go repository. Because of this, we need to make sure we have a correct version of go-tools installed when upgrading. This is for bug #560054. --- diff --git a/dev-lang/go/go-1.5.1.ebuild b/dev-lang/go/go-1.5.1.ebuild index 6fc180ca12dc..b34ebb3aaf85 100644 --- a/dev-lang/go/go-1.5.1.ebuild +++ b/dev-lang/go/go-1.5.1.ebuild @@ -27,7 +27,7 @@ SLOT="0/${PV}" IUSE="" DEPEND=">=dev-lang/go-bootstrap-1.4.1" -RDEPEND="" +RDEPEND="!