summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2012-06-16 17:25:01 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2012-06-16 17:25:01 +0000
commit89d0d11cc64728f2dff406e89e21690d55392e44 (patch)
treecce654dc256359e38d9fa1c0392f4deb44eb05e8 /net-dns/avahi
parentalpha/arm/ia64/s390/sh/sparc stable wrt #419637 (diff)
downloadgentoo-2-89d0d11cc64728f2dff406e89e21690d55392e44.tar.gz
gentoo-2-89d0d11cc64728f2dff406e89e21690d55392e44.tar.bz2
gentoo-2-89d0d11cc64728f2dff406e89e21690d55392e44.zip
Use automake 1.11 to avoid build failures.
(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/avahi')
-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"