commit:     489d634baa56a0591402da3709e930c1730ed478
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 22 13:37:12 2015 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 13:37:12 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=489d634b

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 6fc180c..b34ebb3 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="!<dev-go/go-tools-0_pre20150902"
 
 # These test data objects have writable/executable stacks.
 QA_EXECSTACK="usr/lib/go/src/debug/elf/testdata/*.obj"

Reply via email to