diff options
author | Sam James <sam@gentoo.org> | 2024-01-24 10:58:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-24 10:58:21 +0000 |
commit | 01e3925aa09b50c676cfd70252850c1049a018c3 (patch) | |
tree | 58e3c433df737db18ed7c927b78a46eb0b24f124 /app-editors/neovim | |
parent | media-video/ffmpeg: add patch for fixing lto-type-mismatch (diff) | |
download | gentoo-01e3925aa09b50c676cfd70252850c1049a018c3.tar.gz gentoo-01e3925aa09b50c676cfd70252850c1049a018c3.tar.bz2 gentoo-01e3925aa09b50c676cfd70252850c1049a018c3.zip |
app-editors/neovim: Stabilize 0.9.5 x86, #922801
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.9.5.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.9.5.ebuild b/app-editors/neovim/neovim-0.9.5.ebuild index 42a3986c5cd3..ceb849ee770b 100644 --- a/app-editors/neovim/neovim-0.9.5.ebuild +++ b/app-editors/neovim/neovim-0.9.5.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 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86 ~x64-macos" + KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |