commit: 9dd7de5f469b4af068c520848c2b66135fadb4e9 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Sat Aug 24 19:45:08 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Nov 6 11:38:48 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dd7de5f
dev-util/redo: add python3.12 support Closes: https://bugs.gentoo.org/929549 Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-util/redo/{redo-0.42d.ebuild => redo-0.42d-r1.ebuild} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dev-util/redo/redo-0.42d.ebuild b/dev-util/redo/redo-0.42d-r1.ebuild similarity index 94% rename from dev-util/redo/redo-0.42d.ebuild rename to dev-util/redo/redo-0.42d-r1.ebuild index 7a5d85d89fa0..014a20b6113d 100644 --- a/dev-util/redo/redo-0.42d.ebuild +++ b/dev-util/redo/redo-0.42d-r1.ebuild @@ -1,10 +1,11 @@ -# Copyright 2018-2023 Gentoo Authors +# Copyright 2018-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} ) PYTHON_REQ_USE="sqlite" + inherit edo multiprocessing python-single-r1 DESCRIPTION="Smaller, easier, more powerful, and more reliable than make"
