dev-scheme/guile-gi: match only guile object files in QA_FLAGS_IGNORED

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Maciej Barć <xgqt@riseup.net>
This commit is contained in:
Maciej Barć
2021-04-19 12:13:08 +02:00
parent 8ae53bf139
commit ac3b1faa37
2 changed files with 6 additions and 2 deletions

View File

@@ -29,7 +29,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
QA_FLAGS_IGNORED=".*"
# 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

View File

@@ -29,7 +29,9 @@ DEPEND="
"
RDEPEND="${DEPEND}"
QA_FLAGS_IGNORED=".*"
# 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