mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-util/redo: add python3.12 support
Closes: https://bugs.gentoo.org/929549 Signed-off-by: Filip Kobierski <fkobi@pm.me> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
committed by
Joonas Niilola
parent
74cf767c37
commit
9dd7de5f46
@@ -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"
|
||||
Reference in New Issue
Block a user