diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-05-09 11:38:49 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-05-09 11:52:05 +0200 |
commit | 5d9ebf7a49f3a75d2889a6d36bcc7340515d84d6 (patch) | |
tree | f334eec15082f40457d176c36c8ab2fdd5c12f81 /app-accessibility/speech-dispatcher | |
parent | sys-power/power-profiles-daemon: Stabilize 0.20 amd64, #931618 (diff) | |
download | gentoo-5d9ebf7a49f3a75d2889a6d36bcc7340515d84d6.tar.gz gentoo-5d9ebf7a49f3a75d2889a6d36bcc7340515d84d6.tar.bz2 gentoo-5d9ebf7a49f3a75d2889a6d36bcc7340515d84d6.zip |
app-accessibility/speech-dispatcher: enable py3.12
Closes: https://bugs.gentoo.org/929269
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-accessibility/speech-dispatcher')
-rw-r--r-- | app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild index 7dd7e2f86301..aa949589ce82 100644 --- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild +++ b/app-accessibility/speech-dispatcher/speech-dispatcher-0.11.4-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 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_{10..12} ) # TODO: drop autotools + eautoreconf after 0.11.4 inherit autotools python-r1 systemd |