diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:06:19 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:57 -0400 |
commit | de6ec184d26fff75ef3be75983d5037c3d047aea (patch) | |
tree | 947535d6e5b7488ed55ec8e1b17dc5124cd9e8f1 /app-misc/geoclue | |
parent | app-misc/bijiben: Add Python 3.11 compatibility (diff) | |
download | gentoo-de6ec184d26fff75ef3be75983d5037c3d047aea.tar.gz gentoo-de6ec184d26fff75ef3be75983d5037c3d047aea.tar.bz2 gentoo-de6ec184d26fff75ef3be75983d5037c3d047aea.zip |
app-misc/geoclue: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'app-misc/geoclue')
-rw-r--r-- | app-misc/geoclue/geoclue-2.6.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/geoclue/geoclue-2.6.0.ebuild b/app-misc/geoclue/geoclue-2.6.0.ebuild index 7f5425d4334e..78cc6ffc358a 100644 --- a/app-misc/geoclue/geoclue-2.6.0.ebuild +++ b/app-misc/geoclue/geoclue-2.6.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} ) PYTHON_REQ_USE="xml(+)" inherit meson python-any-r1 systemd vala xdg |