commit: 0d58e45d194525312225e804bd83d3f02d1de8a2 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Mon Apr 28 05:43:50 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Apr 29 19:14:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d58e45d
app-arch/vimball: enable py3.13 Closes: https://bugs.gentoo.org/952179 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41812 Closes: https://github.com/gentoo/gentoo/pull/41812 Signed-off-by: Sam James <sam <AT> gentoo.org> app-arch/vimball/vimball-0.5.1-r1.ebuild | 4 ++-- app-arch/vimball/vimball-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-arch/vimball/vimball-0.5.1-r1.ebuild b/app-arch/vimball/vimball-0.5.1-r1.ebuild index e2e4e7756c87..b7b33d1149de 100644 --- a/app-arch/vimball/vimball-0.5.1-r1.ebuild +++ b/app-arch/vimball/vimball-0.5.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild index 16af6ddb5d43..79cc3923cc5d 100644 --- a/app-arch/vimball/vimball-9999.ebuild +++ b/app-arch/vimball/vimball-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1
