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 B9AEE13888F for ; Thu, 22 Oct 2015 20:31:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1415521C042; Thu, 22 Oct 2015 20:31:36 +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 8468621C042 for ; Thu, 22 Oct 2015 20:31:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D8403409E2 for ; Thu, 22 Oct 2015 20:31:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 188A5DFB for ; Thu, 22 Oct 2015 20:31:30 +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: <1445545490.15e4adef9f7ba22fc33515f28954a704c7c79dc7.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.4.2.ebuild dev-lang/go/go-1.5.1.ebuild dev-lang/go/go-1.5.ebuild dev-lang/go/go-9999.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 15e4adef9f7ba22fc33515f28954a704c7c79dc7 X-VCS-Branch: master Date: Thu, 22 Oct 2015 20:31:30 +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: fdfd0769-9c5d-45fb-9cac-255688bc5ca2 X-Archives-Hash: b800142cf33822d2fc0e23473d41f9ac commit: 15e4adef9f7ba22fc33515f28954a704c7c79dc7 Author: William Hubbs gentoo org> AuthorDate: Thu Oct 22 20:24:50 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Thu Oct 22 20:24:50 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e4adef dev-lang/go: Do Not include testdata as part of the dependencies This is for bug #563744 dev-lang/go/go-1.4.2.ebuild | 2 ++ dev-lang/go/go-1.5.1.ebuild | 2 ++ dev-lang/go/go-1.5.ebuild | 2 ++ dev-lang/go/go-9999.ebuild | 2 ++ 4 files changed, 8 insertions(+) diff --git a/dev-lang/go/go-1.4.2.ebuild b/dev-lang/go/go-1.4.2.ebuild index 4de9d43..8384e08 100644 --- a/dev-lang/go/go-1.4.2.ebuild +++ b/dev-lang/go/go-1.4.2.ebuild @@ -32,6 +32,8 @@ QA_EXECSTACK=" usr/lib/go/src/debug/elf/testdata/go-relocation-test-gcc482-aarch64.obj usr/lib/go/src/debug/elf/testdata/gcc-amd64-openbsd-debug-with-rela.obj" + REQUIRES_EXCLUDE="/usr/lib/go/src/debug/elf/testdata/*" + # The tools in /usr/lib/go should not cause the multilib-strict check to fail. QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/.*/.*" diff --git a/dev-lang/go/go-1.5.1.ebuild b/dev-lang/go/go-1.5.1.ebuild index b34ebb3..8d4c715 100644 --- a/dev-lang/go/go-1.5.1.ebuild +++ b/dev-lang/go/go-1.5.1.ebuild @@ -32,6 +32,8 @@ RDEPEND="!