Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/
Date: Sat, 29 May 2021 08:06:55
Message-Id: 1622275596.5e1b8259dd8430271b900667381eaae48d195a38.mgorny@gentoo
1 commit: 5e1b8259dd8430271b900667381eaae48d195a38
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 06:54:59 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 08:06:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e1b8259
7
8 net-dns/avahi: Enable py3.9
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-dns/avahi/avahi-0.8-r4.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/net-dns/avahi/avahi-0.8-r4.ebuild b/net-dns/avahi/avahi-0.8-r4.ebuild
16 index b7310b994e3..ec5bc43d804 100644
17 --- a/net-dns/avahi/avahi-0.8-r4.ebuild
18 +++ b/net-dns/avahi/avahi-0.8-r4.ebuild
19 @@ -3,12 +3,12 @@
20
21 EAPI="7"
22
23 -PYTHON_COMPAT=( python3_{7,8} )
24 +PYTHON_COMPAT=( python3_{7..9} )
25 PYTHON_REQ_USE="gdbm"
26 inherit autotools flag-o-matic multilib-minimal mono-env python-single-r1 systemd
27
28 DESCRIPTION="System which facilitates service discovery on a local network"
29 -HOMEPAGE="http://avahi.org/"
30 +HOMEPAGE="https://avahi.org/"
31 SRC_URI="https://github.com/lathiat/avahi/archive/v${PV}.tar.gz -> ${P}.tar.gz"
32
33 LICENSE="LGPL-2.1"