diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 17:55:50 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2021-11-07 17:55:50 +0100 |
commit | a901e2de702829510f45ae91a1ab5af8c177ef7e (patch) | |
tree | bf74aa08dbec5b605a5574f5619ff4b6d279ac87 /x11-terms | |
parent | kde-apps/kio-extras: Stabilize 21.04.3-r3 amd64, #817008 (diff) | |
download | gentoo-a901e2de702829510f45ae91a1ab5af8c177ef7e.tar.gz gentoo-a901e2de702829510f45ae91a1ab5af8c177ef7e.tar.bz2 gentoo-a901e2de702829510f45ae91a1ab5af8c177ef7e.zip |
x11-terms/alacritty: Stabilize 0.9.0 amd64, #822282
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/alacritty/alacritty-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/alacritty/alacritty-0.9.0.ebuild b/x11-terms/alacritty/alacritty-0.9.0.ebuild index c1094fd992f2..16be8c061d37 100644 --- a/x11-terms/alacritty/alacritty-0.9.0.ebuild +++ b/x11-terms/alacritty/alacritty-0.9.0.ebuild @@ -215,7 +215,7 @@ if [ ${PV} == "9999" ] ; then else SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz $(cargo_crate_uris ${CRATES})" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" fi LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions Boost-1.0 BSD BSD-2 CC0-1.0 FTL ISC MIT MPL-2.0 Unlicense WTFPL-2 ZLIB" |