summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilip Kobierski <fkobi@pm.me>2024-08-24 21:45:08 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-11-06 13:38:48 +0200
commit9dd7de5f469b4af068c520848c2b66135fadb4e9 (patch)
tree1957839d237ea70f56bc4a41d85fc7c0c4973c93 /dev-util
parentwww-client/firefox: add 132.0.1 (diff)
downloadgentoo-9dd7de5f469b4af068c520848c2b66135fadb4e9.tar.gz
gentoo-9dd7de5f469b4af068c520848c2b66135fadb4e9.tar.bz2
gentoo-9dd7de5f469b4af068c520848c2b66135fadb4e9.zip
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>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/redo/redo-0.42d-r1.ebuild (renamed from dev-util/redo/redo-0.42d.ebuild)5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-util/redo/redo-0.42d.ebuild b/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"