dev-lang/go: add QA_FLAGS_IGNORED setting
authorWilliam Hubbs <williamh@gentoo.org>
Sat, 9 Apr 2016 19:00:08 +0000 (14:00 -0500)
committerWilliam Hubbs <williamh@gentoo.org>
Sat, 9 Apr 2016 19:13:12 +0000 (14:13 -0500)
Go doesn't use the standard CFLAGS etc at all, so we shouldn't complain
about them.

Bug: https://bugs.gentoo.org/show_bug.cgi?id=428464

Package-Manager: portage-2.2.26

dev-lang/go/go-1.6-r2.ebuild
dev-lang/go/go-9999.ebuild

index 1affd1acc04cba35581353542959048bb132dff0..568990099c07908dbe68fb01af482873bf871d9e 100644 (file)
@@ -60,6 +60,9 @@ RDEPEND="!<dev-go/go-tools-0_pre20150902"
 # These test data objects have writable/executable stacks.
 QA_EXECSTACK="usr/lib/go/src/debug/elf/testdata/*.obj"
 
+# Do not complain about CFLAGS, etc, since Go doesn't use them.
+QA_FLAGS_IGNORED='.*'
+
 REQUIRES_EXCLUDE="/usr/lib/go/src/debug/elf/testdata/*"
 
 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.
index 5a65136e3dbc98c123521e844963fca7728d2c43..8a116ae0ed74d56e3bced63a70d56d0342f9a80a 100644 (file)
@@ -61,6 +61,9 @@ RDEPEND="!<dev-go/go-tools-0_pre20150902"
 # These test data objects have writable/executable stacks.
 QA_EXECSTACK="usr/lib/go/src/debug/elf/testdata/*.obj"
 
+# Do not complain about CFLAGS, etc, since Go doesn't use them.
+QA_FLAGS_IGNORED='.*'
+
 REQUIRES_EXCLUDE="/usr/lib/go/src/debug/elf/testdata/*"
 
 # The tools in /usr/lib/go should not cause the multilib-strict check to fail.