diff options
author | Matt Turner <mattst88@gentoo.org> | 2023-09-21 20:37:47 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-09-21 22:32:50 -0400 |
commit | 8065b3019668fab855a51ed40a9f901513dbd40c (patch) | |
tree | e416eeb4bea199a6de3bba82acb3b78f7308bb5a /app-accessibility/orca | |
parent | x11-wm/mutter: Drop old versions (diff) | |
download | gentoo-8065b3019668fab855a51ed40a9f901513dbd40c.tar.gz gentoo-8065b3019668fab855a51ed40a9f901513dbd40c.tar.bz2 gentoo-8065b3019668fab855a51ed40a9f901513dbd40c.zip |
app-accessibility/orca: Drop Python 3.12 support
liblouis doesn't have Python 3.12 support.
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-accessibility/orca')
-rw-r--r-- | app-accessibility/orca/orca-45.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-accessibility/orca/orca-45.0.ebuild b/app-accessibility/orca/orca-45.0.ebuild index d9924573dce0..155fb4e4a562 100644 --- a/app-accessibility/orca/orca-45.0.ebuild +++ b/app-accessibility/orca/orca-45.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..11} ) inherit gnome2 python-single-r1 |