mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 06:32:59 -04:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user