net-misc/wsdd: enable py3.12

Signed-off-by: Steffen Christgau <mail@s14u.de>
This commit is contained in:
Steffen Christgau 2024-04-05 10:15:34 +02:00
parent c63ee55bd8
commit 1b27b59b6d
No known key found for this signature in database
GPG Key ID: 2F60472390F35404
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10,11} )
PYTHON_COMPAT=( python3_{10,11,12} )
PYTHON_REQ_USE="xml(+)"
inherit python-r1 systemd

View File

@ -1,8 +1,8 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{10,11} )
PYTHON_COMPAT=( python3_{10,11,12} )
PYTHON_REQ_USE="xml(+)"
inherit python-r1 systemd