diff options
author | Sam James <sam@gentoo.org> | 2024-09-10 00:50:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-10 00:50:42 +0100 |
commit | 9c130c532e5823ef88e051423128726ee9c4a98a (patch) | |
tree | 8f97cff5b0ba1381cc47744aa6a1fedcf15de9d2 /app-editors/neovim | |
parent | www-client/microsoft-edge-beta: remove old (diff) | |
download | gentoo-9c130c532e5823ef88e051423128726ee9c4a98a.tar.gz gentoo-9c130c532e5823ef88e051423128726ee9c4a98a.tar.bz2 gentoo-9c130c532e5823ef88e051423128726ee9c4a98a.zip |
app-editors/neovim: Stabilize 0.10.1 x86, #939337
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-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 2238a5a75d55..d849403b2c41 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 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86" fi LICENSE="Apache-2.0 vim" |