commit: 8844bcdafb2b45c63933b15732e14375516e7598
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 8 13:35:32 2023 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Sat Apr 8 13:41:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8844bcda
app-editors/neovim: keyword 0.8.3 for ~ppc64
Signed-off-by: Luca Barbato <lu_zero <AT> gentoo.org>
app-editors/neovim/neovim-0.8.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/neovim/neovim-0.8.3.ebuild
b/app-editors/neovim/neovim-0.8.3.ebuild
index 4a155f092263..7d44b52012f1 100644
--- a/app-editors/neovim/neovim-0.8.3.ebuild
+++ b/app-editors/neovim/neovim-0.8.3.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 ~ppc64 ~riscv x86 ~x64-macos"
fi
LICENSE="Apache-2.0 vim"