mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-lang/nim: ignore *FLAGS of binaries generated by nim
Closes: https://bugs.gentoo.org/726892 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -28,6 +28,18 @@ PATCHES=(
|
||||
"${FILESDIR}"/${PN}-0.20.0-paths.patch
|
||||
)
|
||||
|
||||
# Generated by nim
|
||||
QA_FLAGS_IGNORED="
|
||||
usr/bin/atlas
|
||||
usr/bin/nim
|
||||
usr/bin/nim_dbg
|
||||
usr/bin/nimble
|
||||
usr/bin/nimgrep
|
||||
usr/bin/nimpretty
|
||||
usr/bin/nimsuggest
|
||||
usr/bin/testament
|
||||
"
|
||||
|
||||
_run() {
|
||||
echo "$@"
|
||||
"$@" || die "'$*' failed"
|
||||
|
||||
Reference in New Issue
Block a user