Gentoo Archives: gentoo-commits

From: Agostino Sarubbo <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/
Date: Mon, 19 Jul 2021 06:27:35
Message-Id: 1626676014.02f0012059b802f495f09359112145aa03dbee15.ago@gentoo
1 commit: 02f0012059b802f495f09359112145aa03dbee15
2 Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 19 06:26:54 2021 +0000
4 Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 19 06:26:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=02f00120
7
8 x11-terms/alacritty: x86 stable wrt bug #802681
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.2
11 RepoMan-Options: --include-arches="x86"
12 Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
13
14 x11-terms/alacritty/alacritty-0.8.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/x11-terms/alacritty/alacritty-0.8.0.ebuild b/x11-terms/alacritty/alacritty-0.8.0.ebuild
18 index faa7c3a1eb6..e103d182be9 100644
19 --- a/x11-terms/alacritty/alacritty-0.8.0.ebuild
20 +++ b/x11-terms/alacritty/alacritty-0.8.0.ebuild
21 @@ -211,7 +211,7 @@ if [ ${PV} == "9999" ] ; then
22 else
23 SRC_URI="https://github.com/alacritty/${PN}/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz
24 $(cargo_crate_uris ${CRATES})"
25 - KEYWORDS="amd64 ~arm64 ppc64 ~x86"
26 + KEYWORDS="amd64 ~arm64 ppc64 x86"
27 fi
28
29 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"