diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:06:30 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:58 -0400 |
commit | cba05f3462504b83ff74bb5f8293fda2f0f0bcf3 (patch) | |
tree | e62f6e1562cfcbc633f93aece0f7d8d015e365ba /app-text | |
parent | app-misc/geoclue: Add Python 3.11 compatibility (diff) | |
download | gentoo-cba05f3462504b83ff74bb5f8293fda2f0f0bcf3.tar.gz gentoo-cba05f3462504b83ff74bb5f8293fda2f0f0bcf3.tar.bz2 gentoo-cba05f3462504b83ff74bb5f8293fda2f0f0bcf3.zip |
app-text/yelp-tools: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/yelp-tools/yelp-tools-42.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/yelp-tools/yelp-tools-42.0.ebuild b/app-text/yelp-tools/yelp-tools-42.0.ebuild index 7ef91ca39aa5..e39e783c10fe 100644 --- a/app-text/yelp-tools/yelp-tools-42.0.ebuild +++ b/app-text/yelp-tools/yelp-tools-42.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome2 meson python-single-r1 DESCRIPTION="Collection of tools for building and converting documentation" |