diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2024-05-30 20:33:54 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2024-05-30 20:34:18 +0200 |
commit | 57e8841bdff8573af46e884149bd043d2168e73e (patch) | |
tree | 8b945ba18eeba6ed806541867de6fa7ed66bd1d3 /dev-util | |
parent | app-office/libreoffice: Unmask 24.2.3.2 without IUSE=qt6,qt5 (diff) | |
download | gentoo-57e8841bdff8573af46e884149bd043d2168e73e.tar.gz gentoo-57e8841bdff8573af46e884149bd043d2168e73e.tar.bz2 gentoo-57e8841bdff8573af46e884149bd043d2168e73e.zip |
dev-util/coccinelle: enable python2.12
Closes: https://bugs.gentoo.org/929530
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/coccinelle/coccinelle-1.1.1-r5.ebuild (renamed from dev-util/coccinelle/coccinelle-1.1.1-r4.ebuild) | 4 |
1 files 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 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" |