diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-15 08:34:00 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-10-15 08:38:55 +0300 |
commit | 386503af46e19e2403f509b796cda86006924eed (patch) | |
tree | 303209d0629d513db0072b9aed7adb39a2addb0f /net-dns/avahi | |
parent | dev-python/pyrqlite: Fix tests for python 3.10 (diff) | |
download | gentoo-386503af46e19e2403f509b796cda86006924eed.tar.gz gentoo-386503af46e19e2403f509b796cda86006924eed.tar.bz2 gentoo-386503af46e19e2403f509b796cda86006924eed.zip |
net-dns/avahi: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/avahi-0.8-r4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-dns/avahi/avahi-0.8-r4.ebuild b/net-dns/avahi/avahi-0.8-r4.ebuild index 44eb0f463240..9d623e4c624c 100644 --- a/net-dns/avahi/avahi-0.8-r4.ebuild +++ b/net-dns/avahi/avahi-0.8-r4.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="gdbm" inherit autotools flag-o-matic multilib-minimal mono-env python-single-r1 systemd |