summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <ford_prefect@gentoo.org>2010-08-11 14:18:15 +0000
committerArun Raghavan <ford_prefect@gentoo.org>2010-08-11 14:18:15 +0000
commitd75249fc78e4163304502255a2ad6e3a3803864a (patch)
tree9164ff02e7a359094821e3b4837d9a960882798c /net-dns/avahi
parentMoved from sunrise overlay. Thanks to Jacek Sowiński (mruwek) <mruwek.gentoo... (diff)
downloadgentoo-2-d75249fc78e4163304502255a2ad6e3a3803864a.tar.gz
gentoo-2-d75249fc78e4163304502255a2ad6e3a3803864a.tar.bz2
gentoo-2-d75249fc78e4163304502255a2ad6e3a3803864a.zip
Disable introspection for now. Upstream ships a .gir file which is broken with >=gobject-introspection-0.9. (http://avahi.org/ticket/318)
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-dns/avahi')
-rw-r--r--net-dns/avahi/ChangeLog7
-rw-r--r--net-dns/avahi/avahi-0.6.27-r1.ebuild6
2 files changed, 11 insertions, 2 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 201154aaf6c2..5394484298e6 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.182 2010/08/10 20:40:05 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.183 2010/08/11 14:18:15 ford_prefect Exp $
+
+ 11 Aug 2010; Arun Raghavan <ford_prefect@gentoo.org>
+ avahi-0.6.27-r1.ebuild:
+ Disable introspection for now. Upstream ships a .gir file which is broken
+ with >=gobject-introspection-0.9. (http://avahi.org/ticket/318)
*avahi-0.6.27-r1 (10 Aug 2010)
diff --git a/net-dns/avahi/avahi-0.6.27-r1.ebuild b/net-dns/avahi/avahi-0.6.27-r1.ebuild
index bfac2578b997..0592d2e29205 100644
--- a/net-dns/avahi/avahi-0.6.27-r1.ebuild
+++ b/net-dns/avahi/avahi-0.6.27-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.27-r1.ebuild,v 1.1 2010/08/10 20:40:05 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.27-r1.ebuild,v 1.2 2010/08/11 14:18:15 ford_prefect Exp $
EAPI="3"
@@ -116,6 +116,9 @@ src_configure() {
# We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
unset DISPLAY
+ # Upstream ships a gir file (AvahiCore.gir) which does not work with
+ # >=gobject-introspection-0.9, so we disable introspection for now.
+ # http://avahi.org/ticket/318
econf \
--localstatedir=/var \
--with-distro=gentoo \
@@ -123,6 +126,7 @@ src_configure() {
--disable-pygtk \
--disable-xmltoman \
--disable-monodoc \
+ --disable-introspection \
--enable-glib \
$(use_enable test tests) \
$(use_enable autoipd) \