diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-11-09 10:53:00 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-11-09 11:26:44 -0500 |
commit | 108fbc10e02883664d6aa0bb27dc477afb230a4d (patch) | |
tree | 2434d83dea85147e3f74a6fedb32cc52240d4b4c /net-dns/avahi | |
parent | dev-libs/libxls: add BDEPEND="app-arch/unzip" (diff) | |
download | gentoo-108fbc10e02883664d6aa0bb27dc477afb230a4d.tar.gz gentoo-108fbc10e02883664d6aa0bb27dc477afb230a4d.tar.bz2 gentoo-108fbc10e02883664d6aa0bb27dc477afb230a4d.zip |
net-dns/avahi: fix bug #645856
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'net-dns/avahi')
-rw-r--r-- | net-dns/avahi/avahi-0.7-r2.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-dns/avahi/avahi-0.7-r2.ebuild b/net-dns/avahi/avahi-0.7-r2.ebuild index c2142053483c..481ebbb78273 100644 --- a/net-dns/avahi/avahi-0.7-r2.ebuild +++ b/net-dns/avahi/avahi-0.7-r2.ebuild @@ -6,16 +6,12 @@ EAPI="6" PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="gdbm" -WANT_AUTOMAKE=1.11 - inherit autotools eutils flag-o-matic multilib multilib-minimal mono-env python-r1 systemd user DESCRIPTION="System which facilitates service discovery on a local network" HOMEPAGE="http://avahi.org/" SRC_URI="https://github.com/lathiat/avahi/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${P}" - LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~mips ppc ppc64 ~s390 ~sparc x86" |