diff options
author | William Hubbs <williamh@gentoo.org> | 2013-05-20 16:52:34 +0000 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2013-05-20 16:52:34 +0000 |
commit | 242ccaf8aca1f5a68a17a2c22a627ada865c665e (patch) | |
tree | f7412f8b8e5228fdb53837bd98d4980c8fe32c70 /dev-lang/go/go-9999.ebuild | |
parent | proper fix to test phase (diff) | |
download | gentoo-2-242ccaf8aca1f5a68a17a2c22a627ada865c665e.tar.gz gentoo-2-242ccaf8aca1f5a68a17a2c22a627ada865c665e.tar.bz2 gentoo-2-242ccaf8aca1f5a68a17a2c22a627ada865c665e.zip |
fix QA_MULTILIB_PATHS for bug #463546, thanks to Peter Volkov <pva@gentoo.org>
(Portage version: 2.2.0_alpha176/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-lang/go/go-9999.ebuild')
-rw-r--r-- | dev-lang/go/go-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 48835820c6ec..27b4da91edd0 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.11 2013/05/17 22:55:44 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.12 2013/05/20 16:52:33 williamh Exp $ EAPI=5 @@ -31,7 +31,7 @@ RDEPEND="bash-completion? ( app-shells/bash-completion ) zsh-completion? ( app-shells/zsh-completion )" # The tools in /usr/lib/go should not cause the multilib-strict check to fail. -QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/linux*/*" +QA_MULTILIB_PATHS="usr/lib/go/pkg/tool/linux.*/.*" # The go language uses *.a files which are _NOT_ libraries and should not be # stripped. |