summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net-dns/avahi/ChangeLog6
-rw-r--r--net-dns/avahi/avahi-0.6.28-r1.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/net-dns/avahi/ChangeLog b/net-dns/avahi/ChangeLog
index 6b7f16712115..aa5b98a192f6 100644
--- a/net-dns/avahi/ChangeLog
+++ b/net-dns/avahi/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-dns/avahi
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.194 2011/02/28 18:45:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/ChangeLog,v 1.195 2011/03/01 17:19:57 arfrever Exp $
+
+ 01 Mar 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ avahi-0.6.28-r1.ebuild:
+ Byte-compile avahi_discover only with USE="dbus gtk python" (bug #339933).
28 Feb 2011; Markos Chandras <hwoarang@gentoo.org> avahi-0.6.28-r1.ebuild:
Stable on amd64 wrt bug #355583
diff --git a/net-dns/avahi/avahi-0.6.28-r1.ebuild b/net-dns/avahi/avahi-0.6.28-r1.ebuild
index cdcc7c4a67ca..076feb6b0d2d 100644
--- a/net-dns/avahi/avahi-0.6.28-r1.ebuild
+++ b/net-dns/avahi/avahi-0.6.28-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28-r1.ebuild,v 1.2 2011/02/28 18:45:03 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.28-r1.ebuild,v 1.3 2011/03/01 17:19:57 arfrever Exp $
EAPI="3"
@@ -181,11 +181,11 @@ src_install() {
}
pkg_postrm() {
- use python && python_mod_cleanup avahi avahi_discover
+ use python && python_mod_cleanup avahi $(use dbus && use gtk && echo avahi_discover)
}
pkg_postinst() {
- use python && python_mod_optimize avahi avahi_discover
+ use python && python_mod_optimize avahi $(use dbus && use gtk && echo avahi_discover)
if use autoipd; then
echo