summaryrefslogtreecommitdiff
path: root/dev-debug/valgrind/valgrind-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-debug/valgrind/valgrind-9999.ebuild')
-rw-r--r--dev-debug/valgrind/valgrind-9999.ebuild7
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-debug/valgrind/valgrind-9999.ebuild b/dev-debug/valgrind/valgrind-9999.ebuild
index efcec418f726..48014039f07e 100644
--- a/dev-debug/valgrind/valgrind-9999.ebuild
+++ b/dev-debug/valgrind/valgrind-9999.ebuild
@@ -55,6 +55,13 @@ PATCHES=(
# From stable branch
)
+QA_CONFIG_IMPL_DECL_SKIP+=(
+ # "checking if gcc accepts nested functions" but clang cannot handle good
+ # errors and reports both "function definition is not allowed here" and
+ # -Wimplicit-function-declaration. bug #900396
+ foo
+)
+
src_prepare() {
# Correct hard coded doc location
sed -i -e "s:doc/valgrind:doc/${PF}:" docs/Makefile.am || die