dev-scheme/guile-git: add QA CFLAGS workaround, bug #724072
authorSergei Trofimovich <slyfox@gentoo.org>
Fri, 22 May 2020 18:17:12 +0000 (19:17 +0100)
committerSergei Trofimovich <slyfox@gentoo.org>
Fri, 22 May 2020 18:17:12 +0000 (19:17 +0100)
guile does not use CFLAGS, it's a portage's false positive
(see bug #677600).

Reported-by: Agostino Sarubbo
Closes: https://bugs.gentoo.org/724072
Bug: https://bugs.gentoo.org/677600
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
dev-scheme/guile-git/guile-git-0.3.0.ebuild

index 1f0eb73bd07371e58ec71095624198d995c9962e..973441d8fc7275a11dbed64d12d64b7977e6acba 100644 (file)
@@ -21,6 +21,10 @@ DEPEND="${RDEPEND}"
 
 RESTRICT=test # Tets suite needs a fix: https://gitlab.com/guile-git/guile-git/issues/18
 
+# guile generates ELF files without use of C or machine code
+# It's a portage's false positive. bug #677600
+QA_FLAGS_IGNORED='.*[.]go'
+
 src_prepare() {
        default