Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/
Date: Sat, 01 Aug 2020 00:50:43
Message-Id: 1596243013.a0323749bc272b610aabd761cb96f229f90f6226.gyakovlev@gentoo
1 commit: a0323749bc272b610aabd761cb96f229f90f6226
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 1 00:49:56 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 00:50:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0323749
7
8 x11-terms/alacritty: sync live ebuild keywords
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 x11-terms/alacritty/alacritty-9999.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
17 index 8be42023f10..25fe5e7ad92 100644
18 --- a/x11-terms/alacritty/alacritty-9999.ebuild
19 +++ b/x11-terms/alacritty/alacritty-9999.ebuild
20 @@ -21,7 +21,7 @@ if [ ${PV} == "9999" ] ; then
21 else
22 SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
23 $(cargo_crate_uris ${CRATES})"
24 - KEYWORDS="~amd64 ~ppc64"
25 + KEYWORDS="~amd64 ~arm64 ~ppc64"
26 fi
27
28 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"