diff options
author | Sam James <sam@gentoo.org> | 2024-01-16 03:20:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-16 03:20:18 +0000 |
commit | 66c8b097171db0b1853299811ca8ac85f45dde9f (patch) | |
tree | cb48426d6f5f2ed310b25872e12e94ba13657b7f /net-libs/gupnp | |
parent | net-libs/gupnp: crank copyright (diff) | |
download | gentoo-66c8b097171db0b1853299811ca8ac85f45dde9f.tar.gz gentoo-66c8b097171db0b1853299811ca8ac85f45dde9f.tar.bz2 gentoo-66c8b097171db0b1853299811ca8ac85f45dde9f.zip |
net-libs/gupnp: disable py3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/gupnp')
-rw-r--r-- | net-libs/gupnp/gupnp-1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/gupnp/gupnp-1.4.3.ebuild b/net-libs/gupnp/gupnp-1.4.3.ebuild index ed3e1e7879cd..c6094ee62d46 100644 --- a/net-libs/gupnp/gupnp-1.4.3.ebuild +++ b/net-libs/gupnp/gupnp-1.4.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" inherit gnome.org meson-multilib python-single-r1 vala xdg |