diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-13 20:27:45 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-11-13 20:27:45 -0800 |
commit | b821c12c36e41f9ff251339550ac0528d1b4eec3 (patch) | |
tree | 7e3577578949900cc598aee522ffa5dbd0dc10e5 /x11-terms/alacritty | |
parent | x11-terms/alacritty: bump to 0.6.0_rc1 (diff) | |
download | gentoo-b821c12c36e41f9ff251339550ac0528d1b4eec3.tar.gz gentoo-b821c12c36e41f9ff251339550ac0528d1b4eec3.tar.bz2 gentoo-b821c12c36e41f9ff251339550ac0528d1b4eec3.zip |
x11-terms/alacritty: sync live ebuild
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-terms/alacritty')
-rw-r--r-- | x11-terms/alacritty/alacritty-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild index 01963348e68d..7b2029ef5c69 100644 --- a/x11-terms/alacritty/alacritty-9999.ebuild +++ b/x11-terms/alacritty/alacritty-9999.ebuild @@ -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 } |