summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2013-04-16 16:10:18 +0000
committerWilliam Hubbs <williamh@gentoo.org>2013-04-16 16:10:18 +0000
commit691c08ce7b3ca53cde3bb83d345366bb3a700254 (patch)
tree285498085ca94dbfeb673bc79489dfe508657d59 /dev-lang/go
parentVerbump. Bug #464210: fix texinfo 5.1 @anchor handling. (diff)
downloadgentoo-2-691c08ce7b3ca53cde3bb83d345366bb3a700254.tar.gz
gentoo-2-691c08ce7b3ca53cde3bb83d345366bb3a700254.tar.bz2
gentoo-2-691c08ce7b3ca53cde3bb83d345366bb3a700254.zip
sync live ebuild
(Portage version: 2.2.0_alpha173/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
Diffstat (limited to 'dev-lang/go')
-rw-r--r--dev-lang/go/ChangeLog5
-rw-r--r--dev-lang/go/go-9999.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-lang/go/ChangeLog b/dev-lang/go/ChangeLog
index 5a1e76a261b0..1b1facee3fbd 100644
--- a/dev-lang/go/ChangeLog
+++ b/dev-lang/go/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/go
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.10 2013/04/16 16:01:43 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/ChangeLog,v 1.11 2013/04/16 16:10:18 williamh Exp $
+
+ 16 Apr 2013; William Hubbs <williamh@gentoo.org> go-9999.ebuild:
+ sync live ebuild
16 Apr 2013; William Hubbs <williamh@gentoo.org> ChangeLog:
Add tool directory to QA_MULTILIB_PATHS for #463546
diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild
index 7a65803ae298..44b0f95fb5ea 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.9 2013/04/16 06:33:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/go/go-9999.ebuild,v 1.10 2013/04/16 16:10:18 williamh Exp $
EAPI=4
@@ -30,6 +30,9 @@ RDEPEND="bash-completion? ( app-shells/bash-completion )
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
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*/*"
+
# The go language stores binary data for packages in *.a files.
# These are _NOT_ libraries, and should not be stripped.
STRIP_MASK="/usr/lib/go/pkg/linux*/*.a"