diff options
author | Mart Raudsepp <leio@gentoo.org> | 2021-07-07 22:12:37 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2021-07-07 22:53:38 +0300 |
commit | 17265ca607c49a3c73e4f8bd2e5415366bad88b8 (patch) | |
tree | f678c0fa1af29d2c721fbaab63c3cde75adf0318 /dev-libs/gobject-introspection | |
parent | games-fps/eduke32: bump to version 20210707.9468 (diff) | |
download | gentoo-17265ca607c49a3c73e4f8bd2e5415366bad88b8.tar.gz gentoo-17265ca607c49a3c73e4f8bd2e5415366bad88b8.tar.bz2 gentoo-17265ca607c49a3c73e4f8bd2e5415366bad88b8.zip |
dev-libs/gobject-introspection: Enable py3.10
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-libs/gobject-introspection')
-rw-r--r-- | dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild index e1af1e366e6c..ebd5522e0fd9 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.68.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="xml" inherit gnome.org meson python-single-r1 xdg |