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: Fri, 31 Dec 2021 12:43:28
Message-Id: 1640954331.2b30e2c0552cfc8c5ef8bac78057b2af611fb736.gyakovlev@gentoo
1 commit: 2b30e2c0552cfc8c5ef8bac78057b2af611fb736
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 31 12:22:32 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 31 12:38:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b30e2c0
7
8 x11-terms/alacritty: sync live ebuild keywords
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 x11-terms/alacritty/alacritty-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
16 index 88b3cd9e2556..208d9c4e5b2f 100644
17 --- a/x11-terms/alacritty/alacritty-9999.ebuild
18 +++ b/x11-terms/alacritty/alacritty-9999.ebuild
19 @@ -21,7 +21,7 @@ if [ ${PV} == "9999" ] ; then
20 else
21 SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
22 $(cargo_crate_uris ${CRATES})"
23 - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
24 + KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
25 fi
26
27 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"