diff options
author | Steffen Christgau <mail@s14u.de> | 2024-04-05 10:15:34 +0200 |
---|---|---|
committer | Steffen Christgau <mail@s14u.de> | 2024-04-05 10:20:13 +0200 |
commit | 1b27b59b6d2d4c7658d60575b917ee401923ae89 (patch) | |
tree | d2e98605304c768f0d3be6d0316bb979c704544f /net-misc | |
parent | net-misc/wsdd: add 0.8 (diff) | |
download | guru-1b27b59b6d2d4c7658d60575b917ee401923ae89.tar.gz guru-1b27b59b6d2d4c7658d60575b917ee401923ae89.tar.bz2 guru-1b27b59b6d2d4c7658d60575b917ee401923ae89.zip |
net-misc/wsdd: enable py3.12
Signed-off-by: Steffen Christgau <mail@s14u.de>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/wsdd/wsdd-0.7.0.ebuild | 4 | ||||
-rw-r--r-- | net-misc/wsdd/wsdd-0.7.1.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/wsdd/wsdd-0.7.0.ebuild b/net-misc/wsdd/wsdd-0.7.0.ebuild index 2d407d9cc..be844cebc 100644 --- a/net-misc/wsdd/wsdd-0.7.0.ebuild +++ b/net-misc/wsdd/wsdd-0.7.0.ebuild @@ -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 diff --git a/net-misc/wsdd/wsdd-0.7.1.ebuild b/net-misc/wsdd/wsdd-0.7.1.ebuild index 3719545fb..faed7e126 100644 --- a/net-misc/wsdd/wsdd-0.7.1.ebuild +++ b/net-misc/wsdd/wsdd-0.7.1.ebuild @@ -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 |