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

(-)iwd-0.16.ebuild (-2 / +2 lines)
Lines 19-30 Link Here
19
SLOT="0"
19
SLOT="0"
20
IUSE="+client +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3"
20
IUSE="+client +monitor ofono wired cpu_flags_x86_aes cpu_flags_x86_ssse3"
21
21
22
PATCHES=( "${FILESDIR}/iwd-have_config_h-fix.patch" )
23
24
RDEPEND="sys-apps/dbus
22
RDEPEND="sys-apps/dbus
25
	client? ( sys-libs/readline:0= )"
23
	client? ( sys-libs/readline:0= )"
26
24
27
DEPEND="${RDEPEND}
25
DEPEND="${RDEPEND}
26
	>=dev-libs/ell-0.18
28
	virtual/pkgconfig"
27
	virtual/pkgconfig"
29
28
30
pkg_pretend() {
29
pkg_pretend() {
Lines 96-101 Link Here
96
		$(use_enable monitor) \
95
		$(use_enable monitor) \
97
		$(use_enable ofono) \
96
		$(use_enable ofono) \
98
		$(use_enable wired) \
97
		$(use_enable wired) \
98
		--enable-external-ell \
99
		--enable-systemd-service \
99
		--enable-systemd-service \
100
		--with-systemd-unitdir="$(systemd_get_systemunitdir)" \
100
		--with-systemd-unitdir="$(systemd_get_systemunitdir)" \
101
		--with-systemd-modloaddir=$(_systemd_get_dir modulesloaddir /usr/lib/modules-load.d)
101
		--with-systemd-modloaddir=$(_systemd_get_dir modulesloaddir /usr/lib/modules-load.d)

Return to bug 683060