Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 366173
Collapse All | Expand All

(-)a/net-dns/avahi/avahi-0.6.30-r301.ebuild (-1 / +2 lines)
Lines 8-14 PYTHON_DEPEND="python? 2" Link Here
8
PYTHON_USE_WITH="gdbm"
8
PYTHON_USE_WITH="gdbm"
9
PYTHON_USE_WITH_OPT="python"
9
PYTHON_USE_WITH_OPT="python"
10
10
11
inherit autotools eutils mono python multilib flag-o-matic
11
inherit autotools eutils mono python multilib flag-o-matic systemd
12
12
13
DESCRIPTION="System which facilitates service discovery on a local network"
13
DESCRIPTION="System which facilitates service discovery on a local network"
14
HOMEPAGE="http://avahi.org/"
14
HOMEPAGE="http://avahi.org/"
Lines 149-154 src_configure() { Link Here
149
		--disable-qt3 \
149
		--disable-qt3 \
150
		$(use_enable qt4) \
150
		$(use_enable qt4) \
151
		$(use_enable gdbm) \
151
		$(use_enable gdbm) \
152
		"$(systemd_with_unitdir)" \
152
		${myconf}
153
		${myconf}
153
}
154
}
154
155

Return to bug 366173