commit: 18851bc152b2f8dadb2edd08f0b505518ce8956a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 17 03:09:06 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 17 03:09:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18851bc1
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 <sam <AT> gentoo.org> 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 488f97184abb..156f4a46799d 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"
