net-libs/syndication-domination: enable py3.12

Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Julien Roy 2024-03-11 18:56:29 -04:00
parent d6a4554c2b
commit e717e87dd0
No known key found for this signature in database
GPG Key ID: BEF2297448848842

View File

@ -1,9 +1,9 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_11 )
PYTHON_COMPAT=( python3_{11..12} )
inherit meson python-single-r1
@ -43,11 +43,9 @@ RDEPEND="
${DEPEND}
python? ( ${PYTHON_DEPS} )
"
BDEPEND=""
src_configure() {
local emesonargs=(
--buildtype $(usex debug debug release)
--prefix=/usr
-DHTML_SUPPORT=true
$(meson_use python PYTHON_BINDINGS)