diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2021-07-19 08:26:54 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2021-07-19 08:26:54 +0200 |
commit | 02f0012059b802f495f09359112145aa03dbee15 (patch) | |
tree | e7ba0f19f768dd482c1aa7b870a6e07033e5d068 | |
parent | dev-util/meson: x86 stable wrt bug #802666 (diff) | |
download | gentoo-02f0012059b802f495f09359112145aa03dbee15.tar.gz gentoo-02f0012059b802f495f09359112145aa03dbee15.tar.bz2 gentoo-02f0012059b802f495f09359112145aa03dbee15.zip |
x11-terms/alacritty: x86 stable wrt bug #802681
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
-rw-r--r-- | x11-terms/alacritty/alacritty-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/alacritty/alacritty-0.8.0.ebuild b/x11-terms/alacritty/alacritty-0.8.0.ebuild index faa7c3a1eb68..e103d182be9a 100644 --- a/x11-terms/alacritty/alacritty-0.8.0.ebuild +++ b/x11-terms/alacritty/alacritty-0.8.0.ebuild @@ -211,7 +211,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" |