diff options
Diffstat (limited to 'net-dns/avahi/avahi-0.7.ebuild')
-rw-r--r-- | net-dns/avahi/avahi-0.7.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-dns/avahi/avahi-0.7.ebuild b/net-dns/avahi/avahi-0.7.ebuild index 5e1f8de5..e5cfce2d 100644 --- a/net-dns/avahi/avahi-0.7.ebuild +++ b/net-dns/avahi/avahi-0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -101,6 +101,9 @@ src_prepare() { -e '/^avahi_runtime_dir=/s|/run|/var/run|' \ configure.ac || die + # Don't pick up wrong moc based on qtchooser default, bug #587830 + eapply "${FILESDIR}"/${PN}-0.6.32-mocqt4.patch + eapply_user # Prevent .pyc files in DESTDIR |