From 616d777341d6ecdef2b264b1a8a2df39bfcec82c Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Tue, 22 Sep 2026 11:39:21 +0300 Subject: [PATCH] app-editors/vim-core: sync live Signed-off-by: Arthur Zamarin --- app-editors/vim-core/vim-core-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/vim-core/vim-core-9999.ebuild b/app-editors/vim-core/vim-core-9999.ebuild index 696ffd61be6b3..c2955632ca65b 100644 --- a/app-editors/vim-core/vim-core-9999.ebuild +++ b/app-editors/vim-core/vim-core-9999.ebuild @@ -5,8 +5,8 @@ EAPI=8 # Please bump with app-editors/vim and app-editors/gvim -VIM_VERSION="9.1" -VIM_PATCHES_VERSION="9.1.1432" +VIM_VERSION="9.2" +VIM_PATCHES_VERSION="9.2.1119" inherit desktop flag-o-matic prefix toolchain-funcs vim-doc xdg-utils if [[ ${PV} == 9999* ]] ; then @@ -16,7 +16,6 @@ if [[ ${PV} == 9999* ]] ; then 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 ~arm64-macos ~x64-macos ~x64-solaris" fi @@ -31,7 +30,7 @@ IUSE="nls acl minimal" RDEPEND="dev-util/xxd" # ncurses is only needed by ./configure, so no subslot operator required DEPEND=">=sys-libs/ncurses-5.2-r2:0" -BDEPEND="dev-build/autoconf" +BDEPEND=">=dev-build/autoconf-2.71" if [[ ${PV} != 9999* ]]; then # Gentoo patches to fix runtime issues, cross-compile errors, etc @@ -137,6 +136,7 @@ src_configure() { local myconf=( --with-modified-by="Gentoo-${PVR} (RIP Bram)" --enable-gui=no + --disable-hardcopy-pango --without-wayland --without-x --disable-darwin