diff options
author | Sam James <sam@gentoo.org> | 2021-01-23 04:09:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-23 04:09:04 +0000 |
commit | 56dd577813dec358673eb52809829426d9f8a063 (patch) | |
tree | 9b39db836b64f06a18cba2484fffdd3a6aa0d1d4 /app-editors/neovim | |
parent | app-editors/gvim: Stabilize 8.2.0814-r100 amd64, #766528 (diff) | |
download | gentoo-56dd577813dec358673eb52809829426d9f8a063.tar.gz gentoo-56dd577813dec358673eb52809829426d9f8a063.tar.bz2 gentoo-56dd577813dec358673eb52809829426d9f8a063.zip |
app-editors/neovim: Stabilize 0.4.4-r100 amd64, #766528
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-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 2fdf25560fce..f63b349d48bf 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" |