diff options
author | 2024-05-10 14:58:51 -0400 | |
---|---|---|
committer | 2024-05-28 13:51:58 +0200 | |
commit | aa75165e0499899807c9aca1f160ecd3c6afb341 (patch) | |
tree | 6eb399109009dfaaf2a36e45c4a3ae8445020f5f /app-text | |
parent | dev-python/pythran: Bump to 0.16.1 (diff) | |
download | gentoo-aa75165e0499899807c9aca1f160ecd3c6afb341.tar.gz gentoo-aa75165e0499899807c9aca1f160ecd3c6afb341.tar.bz2 gentoo-aa75165e0499899807c9aca1f160ecd3c6afb341.zip |
app-text/yelp-tools: enable py3.12
Closes: https://bugs.gentoo.org/929371
Signed-off-by: Joe Kappus <joe@wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/36633
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/yelp-tools/yelp-tools-42.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/yelp-tools/yelp-tools-42.1.ebuild b/app-text/yelp-tools/yelp-tools-42.1.ebuild index 2f882d1a7ee2..f521cdc5e0b9 100644 --- a/app-text/yelp-tools/yelp-tools-42.1.ebuild +++ b/app-text/yelp-tools/yelp-tools-42.1.ebuild @@ -1,8 +1,8 @@ -# 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} ) inherit gnome2 meson python-single-r1 DESCRIPTION="Collection of tools for building and converting documentation" |