diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-28 17:28:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-28 17:28:33 +0200 |
commit | d940b768eeb9ff35ce44357d39be1b002842cb74 (patch) | |
tree | d88d950dcea3ecf11b79519a8ff08ec53bf4612e /app-arch/vimball | |
parent | app-admin/cdist: Remove old (diff) | |
download | gentoo-d940b768eeb9ff35ce44357d39be1b002842cb74.tar.gz gentoo-d940b768eeb9ff35ce44357d39be1b002842cb74.tar.bz2 gentoo-d940b768eeb9ff35ce44357d39be1b002842cb74.zip |
app-arch/vimball: Enable py3.12
Closes: https://bugs.gentoo.org/929283
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch/vimball')
-rw-r--r-- | app-arch/vimball/vimball-0.5.1-r1.ebuild | 4 | ||||
-rw-r--r-- | 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 9f4edd4d930f..e2e4e7756c87 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-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 diff --git a/app-arch/vimball/vimball-9999.ebuild b/app-arch/vimball/vimball-9999.ebuild index 368e668cb296..16af6ddb5d43 100644 --- a/app-arch/vimball/vimball-9999.ebuild +++ b/app-arch/vimball/vimball-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit distutils-r1 |