diff --git a/dev-scheme/guile-gcrypt/guile-gcrypt-0.2.1.ebuild b/dev-scheme/guile-gcrypt/guile-gcrypt-0.2.1.ebuild index 05bb44f4372f1..3eb4f555d7c2d 100644 --- a/dev-scheme/guile-gcrypt/guile-gcrypt-0.2.1.ebuild +++ b/dev-scheme/guile-gcrypt/guile-gcrypt-0.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,6 +22,10 @@ DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} +# 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