diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-10 23:02:44 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2020-12-10 23:04:24 +0100 |
commit | 2bff729e4a407f85e82ef3eebcc4333b84f60ba8 (patch) | |
tree | 7ec8f934cd5a477fdaf2439f1556e8cc638f5df5 /x11-terms/alacritty | |
parent | app-office/libreoffice: Contribute to global warming (diff) | |
download | gentoo-2bff729e4a407f85e82ef3eebcc4333b84f60ba8.tar.gz gentoo-2bff729e4a407f85e82ef3eebcc4333b84f60ba8.tar.bz2 gentoo-2bff729e4a407f85e82ef3eebcc4333b84f60ba8.zip |
x11-terms/alacritty: x86 keyworded (bug #758083)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'x11-terms/alacritty')
-rw-r--r-- | x11-terms/alacritty/alacritty-0.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-terms/alacritty/alacritty-0.6.0.ebuild b/x11-terms/alacritty/alacritty-0.6.0.ebuild index dfced84f7325..dd6d892993a2 100644 --- a/x11-terms/alacritty/alacritty-0.6.0.ebuild +++ b/x11-terms/alacritty/alacritty-0.6.0.ebuild @@ -275,7 +275,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" + 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" |