From 8844bcdafb2b45c63933b15732e14375516e7598 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 8 Apr 2023 15:35:32 +0200 Subject: app-editors/neovim: keyword 0.8.3 for ~ppc64 Signed-off-by: Luca Barbato --- app-editors/neovim/neovim-0.8.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app-editors/neovim') 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" -- cgit v1.2.3-65-gdbad