diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-08 05:54:18 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-11-08 05:54:18 +0100 |
commit | 6ea68149606ccf3c13f8ae8bc5e51b4dcfa568a9 (patch) | |
tree | 9ccb8f18be46254e194b5867d78fb0576695c76f /app-editors/neovim | |
parent | dev-libs/libvterm: Stabilize 0.3 amd64, #879961 (diff) | |
download | gentoo-6ea68149606ccf3c13f8ae8bc5e51b4dcfa568a9.tar.gz gentoo-6ea68149606ccf3c13f8ae8bc5e51b4dcfa568a9.tar.bz2 gentoo-6ea68149606ccf3c13f8ae8bc5e51b4dcfa568a9.zip |
app-editors/neovim: Stabilize 0.8.0-r1 amd64, #879961
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.8.0-r1.ebuild b/app-editors/neovim/neovim-0.8.0-r1.ebuild index 88bbab6f547a..12d0c53d6e0e 100644 --- a/app-editors/neovim/neovim-0.8.0-r1.ebuild +++ b/app-editors/neovim/neovim-0.8.0-r1.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 ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm arm64 ~riscv ~x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |