diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-10-17 23:47:08 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-10-17 23:58:50 +0300 |
commit | d0562c203977ec103dfb216f8c9a158161c95a7d (patch) | |
tree | 3204f12eb198a2c202ca3b273d3528166721e97b /dev-util/devhelp | |
parent | media-video/totem: enable py3.10 (diff) | |
download | gentoo-d0562c203977ec103dfb216f8c9a158161c95a7d.tar.gz gentoo-d0562c203977ec103dfb216f8c9a158161c95a7d.tar.bz2 gentoo-d0562c203977ec103dfb216f8c9a158161c95a7d.zip |
dev-util/devhelp: enable py3.10
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-util/devhelp')
-rw-r--r-- | dev-util/devhelp/devhelp-40.1.ebuild | 2 | ||||
-rw-r--r-- | dev-util/devhelp/devhelp-41.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/devhelp/devhelp-40.1.ebuild b/dev-util/devhelp/devhelp-40.1.ebuild index bc2c2139331c..777e0daeb1ba 100644 --- a/dev-util/devhelp/devhelp-40.1.ebuild +++ b/dev-util/devhelp/devhelp-40.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg diff --git a/dev-util/devhelp/devhelp-41.2.ebuild b/dev-util/devhelp/devhelp-41.2.ebuild index 4657f906fe7b..0d4bb96937b5 100644 --- a/dev-util/devhelp/devhelp-41.2.ebuild +++ b/dev-util/devhelp/devhelp-41.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg |