From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8FB5013881D for ; Tue, 22 Sep 2015 13:46:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ED1FE0848; Tue, 22 Sep 2015 13:46:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 244B1E0848 for ; Tue, 22 Sep 2015 13:46:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36CF033FAAE for ; Tue, 22 Sep 2015 13:46:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C43C216C for ; Tue, 22 Sep 2015 13:46:36 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1442929032.489d634baa56a0591402da3709e930c1730ed478.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-1.5.1.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 489d634baa56a0591402da3709e930c1730ed478 X-VCS-Branch: master Date: Tue, 22 Sep 2015 13:46:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08c3712f-de06-44ba-ab05-eed28e716eb4 X-Archives-Hash: e182487f1df4a5ac981f507cdd1c9490 commit: 489d634baa56a0591402da3709e930c1730ed478 Author: William Hubbs gentoo org> AuthorDate: Tue Sep 22 13:37:12 2015 +0000 Commit: William Hubbs gentoo 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="!