commit:     06d28fc8bbd498529f15e68f82e2b711538398b7
Author:     Leo Douglas <douglarek <AT> gmail <DOT> com>
AuthorDate: Tue Jun 10 13:44:53 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 12 10:56:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06d28fc8

app-editors/gvim: enable py3.14

Signed-off-by: Leo Douglas <douglarek <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42532
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/gvim/gvim-9.1.0794.ebuild | 4 ++--
 app-editors/gvim/gvim-9.1.1436.ebuild | 2 +-
 app-editors/gvim/gvim-9999.ebuild     | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-editors/gvim/gvim-9.1.0794.ebuild 
b/app-editors/gvim/gvim-9.1.0794.ebuild
index 4812832cddaa..1d0161187ea7 100644
--- a/app-editors/gvim/gvim-9.1.0794.ebuild
+++ b/app-editors/gvim/gvim-9.1.0794.ebuild
@@ -9,7 +9,7 @@ VIM_VERSION="9.1"
 VIM_PATCHES_VERSION="9.0.2092"
 
 LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 PYTHON_REQ_USE="threads(+)"
 USE_RUBY="ruby31 ruby32"
 
@@ -24,10 +24,10 @@ else
                
https://git.sr.ht/~xxc3nsoredxx/vim-patches/refs/download/vim-${VIM_PATCHES_VERSION}-patches/vim-${VIM_PATCHES_VERSION}-patches.tar.xz";
        KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 fi
-S="${WORKDIR}"/vim-${PV}
 
 DESCRIPTION="GUI version of the Vim text editor"
 HOMEPAGE="https://www.vim.org https://github.com/vim/vim";
+S="${WORKDIR}"/vim-${PV}
 
 LICENSE="vim"
 SLOT="0"

diff --git a/app-editors/gvim/gvim-9.1.1436.ebuild 
b/app-editors/gvim/gvim-9.1.1436.ebuild
index 9b5cd3bccd8b..ed536026fe7d 100644
--- a/app-editors/gvim/gvim-9.1.1436.ebuild
+++ b/app-editors/gvim/gvim-9.1.1436.ebuild
@@ -25,10 +25,10 @@ else
                # 
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"
 fi
-S="${WORKDIR}"/vim-${PV}
 
 DESCRIPTION="GUI version of the Vim text editor"
 HOMEPAGE="https://www.vim.org https://github.com/vim/vim";
+S="${WORKDIR}"/vim-${PV}
 
 LICENSE="vim"
 SLOT="0"

diff --git a/app-editors/gvim/gvim-9999.ebuild 
b/app-editors/gvim/gvim-9999.ebuild
index eaa3f28acc44..f31ff9701106 100644
--- a/app-editors/gvim/gvim-9999.ebuild
+++ b/app-editors/gvim/gvim-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -9,7 +9,7 @@ VIM_VERSION="9.1"
 VIM_PATCHES_VERSION="9.0.2092"
 
 LUA_COMPAT=( lua5-{1..4} luajit )
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 PYTHON_REQ_USE="threads(+)"
 USE_RUBY="ruby31 ruby32"
 
@@ -24,10 +24,10 @@ else
                
https://git.sr.ht/~xxc3nsoredxx/vim-patches/refs/download/vim-${VIM_PATCHES_VERSION}-patches/vim-${VIM_PATCHES_VERSION}-patches.tar.xz";
        KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 fi
-S="${WORKDIR}"/vim-${PV}
 
 DESCRIPTION="GUI version of the Vim text editor"
 HOMEPAGE="https://www.vim.org https://github.com/vim/vim";
+S="${WORKDIR}"/vim-${PV}
 
 LICENSE="vim"
 SLOT="0"

Reply via email to