summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dns/avahi/ChangeLog5
-rw-r--r--net-dns/avahi/avahi-0.6.30-r3.ebuild4
2 files changed, 7 insertions, 2 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 2ccc0bde5da5..3691aed9c1de 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.226 2012/06/14 01:55:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.227 2012/06/16 17:25:01 flameeyes Exp $
+
+ 16 Jun 2012; Diego E. Pettenò <flameeyes@gentoo.org> avahi-0.6.30-r3.ebuild:
+ Use automake 1.11 to avoid build failures.
14 Jun 2012; Zac Medico <zmedico@gentoo.org> avahi-0.6.30-r1.ebuild,
avahi-0.6.30-r3.ebuild:
diff --git a/net-dns/avahi/avahi-0.6.30-r3.ebuild b/net-dns/avahi/avahi-0.6.30-r3.ebuild
index e8145dded159..f80ea93173a9 100644
--- a/net-dns/avahi/avahi-0.6.30-r3.ebuild
+++ b/net-dns/avahi/avahi-0.6.30-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.7 2012/06/14 01:55:24 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.8 2012/06/16 17:25:01 flameeyes Exp $
EAPI="3"
@@ -8,6 +8,8 @@ PYTHON_DEPEND="python? 2"
PYTHON_USE_WITH="gdbm"
PYTHON_USE_WITH_OPT="python"
+WANT_AUTOMAKE=1.11
+
inherit autotools eutils mono python multilib flag-o-matic user
DESCRIPTION="System which facilitates service discovery on a local network"