sci-biology/abyss: disable CFLAGS QA check on samtobreak
authorSergei Trofimovich <slyfox@gentoo.org>
Mon, 25 May 2020 10:55:52 +0000 (11:55 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Mon, 25 May 2020 10:55:52 +0000 (11:55 +0100)
GHC uses it's own native code generator. Portage's
QA check generates false positive because it assumes
presence of GCC-specific sections.

Workaround false positiove by disabling the check, bug #677600.

Bug: https://bugs.gentoo.org/677600
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
sci-biology/abyss/abyss-2.0.3-r1.ebuild

index 6c8571fafa60199b18b5ba8c1c04169a58fc4e72..800a45964cd01c48af0a0de7a458d8d2891ed0e3 100644 (file)
@@ -29,6 +29,14 @@ DEPEND="${RDEPEND}
 
 PATCHES=("${FILESDIR}"/${PN}-2.0.3-prog-AR.patch)
 
+# GHC uses it's own native code generator. Portage's
+# QA check generates false positive because it assumes
+# presence of GCC-specific sections.
+#
+# Workaround false positiove by disabling the check completely.
+# bug #677600
+QA_FLAGS_IGNORED='/usr/bin/abyss-samtobreak'
+
 # todo: --enable-maxk=N configure option
 # todo: fix automagic mpi toggling