diff options
author | Sam James <sam@gentoo.org> | 2021-12-22 05:36:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-12-22 05:36:04 +0000 |
commit | 14c9c6b9a8688c86d318ab79d2052051a35f050a (patch) | |
tree | 09e9c660c1eb9ba2630ee26ee7a79429fd561f67 /app-editors | |
parent | dev-python/sphinx_rtd_theme: Stabilize 1.0.0 ALLARCHES, #829788 (diff) | |
download | gentoo-14c9c6b9a8688c86d318ab79d2052051a35f050a.tar.gz gentoo-14c9c6b9a8688c86d318ab79d2052051a35f050a.tar.bz2 gentoo-14c9c6b9a8688c86d318ab79d2052051a35f050a.zip |
app-editors/neovim: Stabilize 0.5.1 amd64, #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 78a18344f655..f75cc58cc162 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" |