diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2022-04-18 22:15:15 +0300 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2022-04-18 22:15:15 +0300 |
commit | edd71e98657232fd7b61b272fe804969bf9a07f5 (patch) | |
tree | 3800e2f3ec6d32f924e289081a1a2710ed76f0da /app-misc/geoclue | |
parent | sys-fs/cryfs: enable py3.10 (diff) | |
download | gentoo-edd71e98657232fd7b61b272fe804969bf9a07f5.tar.gz gentoo-edd71e98657232fd7b61b272fe804969bf9a07f5.tar.bz2 gentoo-edd71e98657232fd7b61b272fe804969bf9a07f5.zip |
app-misc/geoclue: enable py3.10
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Diffstat (limited to 'app-misc/geoclue')
-rw-r--r-- | app-misc/geoclue/geoclue-2.5.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/geoclue/geoclue-2.5.7.ebuild b/app-misc/geoclue/geoclue-2.5.7.ebuild index 4ebabf0ba6f2..fb5eef3a6052 100644 --- a/app-misc/geoclue/geoclue-2.5.7.ebuild +++ b/app-misc/geoclue/geoclue-2.5.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="xml(+)" VALA_USE_DEPEND="vapigen" |