diff options
author | Sam James <sam@gentoo.org> | 2021-12-22 05:32:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-22 05:32:36 +0000 |
commit | 79e53798ae48e15030e492a517969746635b22d3 (patch) | |
tree | c069381539650c6d5a4c2be2ffa40657a7a44208 /app-editors | |
parent | net-mail/mu: Stabilize 1.6.10 arm, #829781 (diff) | |
download | gentoo-79e53798ae48e15030e492a517969746635b22d3.tar.gz gentoo-79e53798ae48e15030e492a517969746635b22d3.tar.bz2 gentoo-79e53798ae48e15030e492a517969746635b22d3.zip |
app-editors/neovim: Stabilize 0.5.1 x86, #829776
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/neovim/neovim-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.5.1.ebuild b/app-editors/neovim/neovim-0.5.1.ebuild index 6e99dc9e54d6..78a18344f655 100644 --- a/app-editors/neovim/neovim-0.5.1.ebuild +++ b/app-editors/neovim/neovim-0.5.1.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 ~riscv ~x86 ~x64-macos" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |