From 18851bc152b2f8dadb2edd08f0b505518ce8956a Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 17 Nov 2025 03:09:06 +0000 Subject: [PATCH] app-editors/gvim: destabilize 9.1.1652-r1 We don't want to stable versions w/ unbundled xxd just yet, it's very new. Bug: https://bugs.gentoo.org/960799 Signed-off-by: Sam James --- app-editors/gvim/gvim-9.1.1652-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/gvim/gvim-9.1.1652-r1.ebuild b/app-editors/gvim/gvim-9.1.1652-r1.ebuild index 488f97184abb7..156f4a46799d4 100644 --- a/app-editors/gvim/gvim-9.1.1652-r1.ebuild +++ b/app-editors/gvim/gvim-9.1.1652-r1.ebuild @@ -24,7 +24,7 @@ else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> vim-${PV}.tar.gz https://gitweb.gentoo.org/proj/vim-patches.git/snapshot/vim-patches-vim-${VIM_PATCHES_VERSION}-patches.tar.bz2" # https://github.com/douglarek/gentoo-vim-patches/releases/download/vim-${VIM_PATCHES_VERSION}-patches/vim-${VIM_PATCHES_VERSION}-patches.tar.gz" - KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" fi DESCRIPTION="GUI version of the Vim text editor"