diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-01 17:19:57 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2011-03-01 17:19:57 +0000 |
commit | 365990f2f747580f5d535591b6ebe6d4fde74d0c (patch) | |
tree | 0c39fda5d1cc68b0c42783f50f63ed2273a89817 /net-dns | |
parent | ppc/ppc64 stable wrt #355583 (diff) | |
download | gentoo-2-365990f2f747580f5d535591b6ebe6d4fde74d0c.tar.gz gentoo-2-365990f2f747580f5d535591b6ebe6d4fde74d0c.tar.bz2 gentoo-2-365990f2f747580f5d535591b6ebe6d4fde74d0c.zip |
Byte-compile avahi_discover only with USE="dbus gtk python" (bug #339933).
(Portage version: 2.2.0_alpha25_p13/cvs/Linux x86_64)
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/avahi/ChangeLog | 6 | ||||
-rw-r--r-- | net-dns/avahi/avahi-0.6.28-r1.ebuild | 6 |
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 |