From 365990f2f747580f5d535591b6ebe6d4fde74d0c Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Tue, 1 Mar 2011 17:19:57 +0000 Subject: Byte-compile avahi_discover only with USE="dbus gtk python" (bug #339933). (Portage version: 2.2.0_alpha25_p13/cvs/Linux x86_64) --- net-dns/avahi/ChangeLog | 6 +++++- net-dns/avahi/avahi-0.6.28-r1.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'net-dns') 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 + avahi-0.6.28-r1.ebuild: + Byte-compile avahi_discover only with USE="dbus gtk python" (bug #339933). 28 Feb 2011; Markos Chandras 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 -- cgit v1.2.3-65-gdbad