summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2006-09-18 21:50:35 +0000
committerSven Wegener <swegener@gentoo.org>2006-09-18 21:50:35 +0000
commit47559fe5c56e1212d1e91390ed72cab7001de245 (patch)
treea5500e88fd7c66e5b03b03f4a0cd2c29968a76c0
parentFix building with gcc-4.1, thanks to Ian S. <rhican@gmail.com> in bug #147984. (diff)
downloadgentoo-2-47559fe5c56e1212d1e91390ed72cab7001de245.tar.gz
gentoo-2-47559fe5c56e1212d1e91390ed72cab7001de245.tar.bz2
gentoo-2-47559fe5c56e1212d1e91390ed72cab7001de245.zip
Remove the PKG_CONFIG_PATH workaround.
(Portage version: 2.1.2_pre1)
-rw-r--r--net-dns/avahi/ChangeLog6
-rw-r--r--net-dns/avahi/avahi-0.6.11.ebuild3
-rw-r--r--net-dns/avahi/avahi-0.6.12.ebuild3
-rw-r--r--net-dns/avahi/avahi-0.6.13.ebuild3
4 files changed, 8 insertions, 7 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 09c36790a722..703e332e019c 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.56 2006/09/12 18:55:15 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.57 2006/09/18 21:50:35 swegener Exp $
+
+ 18 Sep 2006; Sven Wegener <swegener@gentoo.org> avahi-0.6.11.ebuild,
+ avahi-0.6.12.ebuild, avahi-0.6.13.ebuild:
+ Remove the PKG_CONFIG_PATH workaround.
12 Sep 2006; Sven Wegener <swegener@gentoo.org>
files/0.6.13-svn-fixes.patch:
diff --git a/net-dns/avahi/avahi-0.6.11.ebuild b/net-dns/avahi/avahi-0.6.11.ebuild
index a2f962c10406..cb35971d9235 100644
--- a/net-dns/avahi/avahi-0.6.11.ebuild
+++ b/net-dns/avahi/avahi-0.6.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.11.ebuild,v 1.1 2006/07/09 20:16:31 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.11.ebuild,v 1.2 2006/09/18 21:50:35 swegener Exp $
inherit eutils mono python
@@ -100,7 +100,6 @@ src_compile() {
# We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
unset DISPLAY
- PKG_CONFIG_PATH="${QTDIR}/lib/pkgconfig" \
econf \
--localstatedir=/var \
--with-distro=gentoo \
diff --git a/net-dns/avahi/avahi-0.6.12.ebuild b/net-dns/avahi/avahi-0.6.12.ebuild
index d84341006d4d..e85830444bc3 100644
--- a/net-dns/avahi/avahi-0.6.12.ebuild
+++ b/net-dns/avahi/avahi-0.6.12.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.12.ebuild,v 1.2 2006/08/18 22:57:17 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.12.ebuild,v 1.3 2006/09/18 21:50:35 swegener Exp $
inherit eutils mono python
@@ -100,7 +100,6 @@ src_compile() {
# We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
unset DISPLAY
- PKG_CONFIG_PATH="${QTDIR}/lib/pkgconfig" \
econf \
--localstatedir=/var \
--with-distro=gentoo \
diff --git a/net-dns/avahi/avahi-0.6.13.ebuild b/net-dns/avahi/avahi-0.6.13.ebuild
index 0bf28c2e8f2b..54c01c1141be 100644
--- a/net-dns/avahi/avahi-0.6.13.ebuild
+++ b/net-dns/avahi/avahi-0.6.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 2000-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.13.ebuild,v 1.1 2006/09/10 17:22:20 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.13.ebuild,v 1.2 2006/09/18 21:50:35 swegener Exp $
inherit eutils mono python
@@ -101,7 +101,6 @@ src_compile() {
# We need to unset DISPLAY, else the configure script might have problems detecting the pygtk module
unset DISPLAY
- PKG_CONFIG_PATH="${QTDIR}/lib/pkgconfig" \
econf \
--localstatedir=/var \
--with-distro=gentoo \