diff options
Diffstat (limited to 'net-dns/avahi/avahi-0.6.30-r3.ebuild')
-rw-r--r-- | net-dns/avahi/avahi-0.6.30-r3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-dns/avahi/avahi-0.6.30-r3.ebuild b/net-dns/avahi/avahi-0.6.30-r3.ebuild index fc79b7c412ce..e280ff387ccc 100644 --- a/net-dns/avahi/avahi-0.6.30-r3.ebuild +++ b/net-dns/avahi/avahi-0.6.30-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.2 2012/01/16 16:51:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/avahi/avahi-0.6.30-r3.ebuild,v 1.3 2012/02/12 18:55:26 floppym Exp $ EAPI="3" @@ -194,7 +194,9 @@ src_install() { doins avahi.devhelp || die fi - use python && python_convert_shebangs -r 2 "${ED}"/usr/bin #396339 + # /usr/bin/avahi-bookmarks is installed only with USE="bookmarks dbus gtk python". + # /usr/bin/avahi-discover is installed only with USE="dbus gtk python". + use dbus && use gtk && use python && python_convert_shebangs -r 2 "${ED}usr/bin" find "${ED}" -name '*.la' -exec rm -f {} + } |