diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:19:19 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:19:19 +0000 |
commit | aea388e4466a3b56d1412b5841b25ce9956bc3c3 (patch) | |
tree | c0806c7f8920f3495a3c15caedcedca83dcb60a5 /app-editors | |
parent | app-editors/gvim: Stabilize 8.2.0814-r100 x86, #766528 (diff) | |
download | gentoo-aea388e4466a3b56d1412b5841b25ce9956bc3c3.tar.gz gentoo-aea388e4466a3b56d1412b5841b25ce9956bc3c3.tar.bz2 gentoo-aea388e4466a3b56d1412b5841b25ce9956bc3c3.zip |
app-editors/neovim: Stabilize 0.4.4-r100 x86, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.4.4-r100.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.4.4-r100.ebuild b/app-editors/neovim/neovim-0.4.4-r100.ebuild index f63b349d48bf..987745e5962e 100644 --- a/app-editors/neovim/neovim-0.4.4-r100.ebuild +++ b/app-editors/neovim/neovim-0.4.4-r100.ebuild @@ -15,7 +15,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 ~arm ~arm64 ~x86" + KEYWORDS="amd64 ~arm ~arm64 x86" fi LICENSE="Apache-2.0 vim" |