diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 20:48:50 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-12-18 20:48:50 +0200 |
commit | 26d530f41560f699eaa7be145636beee02c04b46 (patch) | |
tree | 9548eb99eec86d095387c90ceb54362290634c0f /app-editors/neovim | |
parent | dev-util/bear: Stabilize 3.0.20 x86, #886011 (diff) | |
download | gentoo-26d530f41560f699eaa7be145636beee02c04b46.tar.gz gentoo-26d530f41560f699eaa7be145636beee02c04b46.tar.bz2 gentoo-26d530f41560f699eaa7be145636beee02c04b46.zip |
app-editors/neovim: Stabilize 0.8.1 amd64, #886450
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-editors/neovim')
-rw-r--r-- | app-editors/neovim/neovim-0.8.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-editors/neovim/neovim-0.8.1.ebuild b/app-editors/neovim/neovim-0.8.1.ebuild index 60b97a82d314..09d7171f937c 100644 --- a/app-editors/neovim/neovim-0.8.1.ebuild +++ b/app-editors/neovim/neovim-0.8.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 ~riscv ~x86 ~x64-macos" + KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos" fi LICENSE="Apache-2.0 vim" |