dev-lang/go-bootstrap: avoid stripping test data files
authorMichael Marineau <mike@marineau.org>
Fri, 21 Aug 2015 20:31:08 +0000 (13:31 -0700)
committerWilliam Hubbs <williamh@gentoo.org>
Sun, 23 Aug 2015 15:30:44 +0000 (10:30 -0500)
commit8bfc361e10505f53ee14c8f232d342aa68536758
tree6031b1c48149364d1694ae4a8586ae2e009c4f7e
parente97deb4eb87c408ccaf54db32a25ac8aa01f2104
dev-lang/go-bootstrap: avoid stripping test data files

Go includes a number of pre-built object files for testing. Since they
are not actually executed and may not even be native to the local system
stripping them is meaningless. This syncs up STRIP_MASK with the same
list used by the latest go ebuilds.

One file, src/debug/dwarf/testdata/typedef.elf, includes a build-id
which causes a conflict with the go-1.4 when FEATURES=splitdebug is
enabled.

Fixes bug #549598
dev-lang/go-bootstrap/go-bootstrap-1.4.2.ebuild