diff --git a/net-dns/avahi/avahi-0.6.30-r301.ebuild b/net-dns/avahi/avahi-0.6.30-r301.ebuild index 49106be..8a74427 100644 --- a/net-dns/avahi/avahi-0.6.30-r301.ebuild +++ b/net-dns/avahi/avahi-0.6.30-r301.ebuild @@ -8,7 +8,7 @@ PYTHON_DEPEND="python? 2" PYTHON_USE_WITH="gdbm" PYTHON_USE_WITH_OPT="python" -inherit autotools eutils mono python multilib flag-o-matic +inherit autotools eutils mono python multilib flag-o-matic systemd DESCRIPTION="System which facilitates service discovery on a local network" HOMEPAGE="http://avahi.org/" @@ -149,6 +149,7 @@ src_configure() { --disable-qt3 \ $(use_enable qt4) \ $(use_enable gdbm) \ + "$(systemd_with_unitdir)" \ ${myconf} }