diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-16 01:28:40 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-08-16 01:28:40 +0200 |
commit | 96424a200196ab55d6089c15a8d1ec151130d840 (patch) | |
tree | e535ff13408b9fcefbcfcb0d71482b67cb5b06a5 /app-editors | |
parent | games-misc/bsd-games: fix bsd-games-2.17_p28-r2 build (diff) | |
download | gentoo-96424a200196ab55d6089c15a8d1ec151130d840.tar.gz gentoo-96424a200196ab55d6089c15a8d1ec151130d840.tar.bz2 gentoo-96424a200196ab55d6089c15a8d1ec151130d840.zip |
app-editors/neovim: Keyword 0.10.1 x86, #937973
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.10.1.ebuild b/app-editors/neovim/neovim-0.10.1.ebuild index c71c86a063d0..02a791be7a06 100644 --- a/app-editors/neovim/neovim-0.10.1.ebuild +++ b/app-editors/neovim/neovim-0.10.1.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://github.com/neovim/neovim.git" else SRC_URI="https://github.com/neovim/neovim/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="~amd64 ~x86" fi LICENSE="Apache-2.0 vim" |