From 489d634baa56a0591402da3709e930c1730ed478 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Tue, 22 Sep 2015 08:37:12 -0500 Subject: [PATCH] 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. --- dev-lang/go/go-1.5.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="!