x11-terms/alacritty-graphics: QA fixes

change RUST_MIN_VERSION to RUST_MIN_VER
add QA_FLAGS_IGNORED=/usr/bin/alacritty

Closes: https://bugs.gentoo.org/975712
Closes: https://bugs.gentoo.org/975713
Signed-off-by: Jason André Charles Gantner <jason@gantner.pw>
This commit is contained in:
Jason André Charles Gantner
2026-05-22 12:09:22 +02:00
parent befaf5eb17
commit 767470155b
2 changed files with 6 additions and 2 deletions

View File

@@ -294,7 +294,7 @@ CRATES="
zerocopy@0.8.27
"
RUST_MIN_VERSION="1.85.0"
RUST_MIN_VER="1.85.0"
inherit cargo desktop shell-completion eapi9-ver
@@ -422,3 +422,5 @@ pkg_postinst() {
einfo "man 5 alacritty"
fi
}
QA_FLAGS_IGNORED=/usr/bin/alacritty

View File

@@ -3,7 +3,7 @@
EAPI=8
RUST_MIN_VERSION="1.85.0"
RUST_MIN_VER="1.85.0"
inherit cargo desktop shell-completion eapi9-ver
@@ -131,3 +131,5 @@ pkg_postinst() {
einfo "man 5 alacritty"
fi
}
QA_FLAGS_IGNORED=/usr/bin/alacritty