1
0

media-plugins/bitrot: enable py3.12

This commit is contained in:
Ryan Fox 2024-03-25 23:54:55 -07:00
parent 8cac7fd9bb
commit 78b20a4b7a
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E

View File

@ -1,9 +1,9 @@
# Copyright 1999-2022 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_{9..12} )
PYTHON_REQ_USE="threads(+)"
inherit git-r3 python-single-r1 waf-utils
@ -16,9 +16,7 @@ LICENSE="Apache-2.0"
SLOT="0"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
DEPEND=""
RDEPEND="${PYTHON_DEPS}"
BDEPEND=""
src_prepare() {
default