summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-26 08:06:42 +0000
committerSam James <sam@gentoo.org>2023-01-26 08:06:42 +0000
commit5b4c65abf9fb630c4b2bcf3ae18e95eae4fe5788 (patch)
tree352a28a4436ad81102505300f01eddf3a7e5f771 /app-editors
parentdev-python/pkgcraft-python: fix LICENSE (diff)
downloadgentoo-5b4c65abf9fb630c4b2bcf3ae18e95eae4fe5788.tar.gz
gentoo-5b4c65abf9fb630c4b2bcf3ae18e95eae4fe5788.tar.bz2
gentoo-5b4c65abf9fb630c4b2bcf3ae18e95eae4fe5788.zip
app-editors/neovim: Stabilize 0.8.2 amd64, #892049
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/neovim/neovim-0.8.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/neovim/neovim-0.8.2.ebuild b/app-editors/neovim/neovim-0.8.2.ebuild
index 6083e311ff39..f94c5650fcdf 100644
--- a/app-editors/neovim/neovim-0.8.2.ebuild
+++ b/app-editors/neovim/neovim-0.8.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -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"