commit: 57e8841bdff8573af46e884149bd043d2168e73e Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu May 30 18:33:54 2024 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu May 30 18:34:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e8841b
dev-util/coccinelle: enable python2.12 Closes: https://bugs.gentoo.org/929530 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> .../{coccinelle-1.1.1-r4.ebuild => coccinelle-1.1.1-r5.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/coccinelle/coccinelle-1.1.1-r4.ebuild b/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild similarity index 97% rename from dev-util/coccinelle/coccinelle-1.1.1-r4.ebuild rename to dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild index c95b850e7966..1a366ad2ed6d 100644 --- a/dev-util/coccinelle/coccinelle-1.1.1-r4.ebuild +++ b/dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit autotools bash-completion-r1 elisp-common python-single-r1 DESCRIPTION="Program matching and transformation engine"
