diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:33:13 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:44:02 -0400 |
commit | cc8c9521acc72602b3a1cd84becd8d9054254b7f (patch) | |
tree | a86b4070c9bf8ef2fad975284a9d30507f20cb69 /net-libs/gupnp | |
parent | net-irc/telepathy-idle: Add Python 3.11 compatibility (diff) | |
download | gentoo-cc8c9521acc72602b3a1cd84becd8d9054254b7f.tar.gz gentoo-cc8c9521acc72602b3a1cd84becd8d9054254b7f.tar.bz2 gentoo-cc8c9521acc72602b3a1cd84becd8d9054254b7f.zip |
net-libs/gupnp: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/gupnp')
-rw-r--r-- | net-libs/gupnp/gupnp-1.4.3.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-libs/gupnp/gupnp-1.4.3.ebuild b/net-libs/gupnp/gupnp-1.4.3.ebuild index fd0322db488d..d4c9348e8258 100644 --- a/net-libs/gupnp/gupnp-1.4.3.ebuild +++ b/net-libs/gupnp/gupnp-1.4.3.ebuild @@ -1,9 +1,8 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="7" -VALA_USE_DEPEND="vapigen" -PYTHON_COMPAT=( python3_{7..10} ) +EAPI=7 +PYTHON_COMPAT=( python3_{8..11} ) PYTHON_REQ_USE="xml(+)" inherit gnome.org meson-multilib python-single-r1 vala xdg |