commit: 167583ceb686aab7fdf4eda88be918c1c8effb9c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Nov 17 03:09:29 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Nov 17 03:09:29 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167583ce
app-editors/vim: 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/vim/vim-9.1.1652-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/vim/vim-9.1.1652-r1.ebuild b/app-editors/vim/vim-9.1.1652-r1.ebuild index 0197be88504e..c37164c18d90 100644 --- a/app-editors/vim/vim-9.1.1652-r1.ebuild +++ b/app-editors/vim/vim-9.1.1652-r1.ebuild @@ -23,7 +23,7 @@ else SRC_URI="https://github.com/vim/vim/archive/v${PV}.tar.gz -> ${P}.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="Vim, an improved vi-style text editor"
