x11-terms/alacritty: sync live ebuild

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-11-13 20:27:45 -08:00
parent 875f1a0b74
commit b821c12c36

View File

@@ -8,7 +8,7 @@ CRATES="
MY_PV="${PV//_rc/-rc}"
# https://bugs.gentoo.org/725962
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
inherit bash-completion-r1 cargo desktop python-any-r1
@@ -112,5 +112,5 @@ src_install() {
src_test() {
cd alacritty || die
cargo_src_test ${myfeatures:+--features "${myfeatures[*]}"} --no-default-features
cargo_src_test
}