Skip to content

Commit

Permalink
app-editors/neovim: stabilize 0.10.1 for amd64
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Aug 22, 2024
1 parent 4ff3618 commit ac63fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-editors/neovim/neovim-0.10.1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
fi

LICENSE="Apache-2.0 vim"
Expand Down

0 comments on commit ac63fcd

Please sign in to comment.