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

(-)systemd-212-r2.ebuild.orig (-4 / +16 lines)
Lines 32-38 Link Here
32
	cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
32
	cryptsetup? ( >=sys-fs/cryptsetup-1.6:0= )
33
	gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= )
33
	gcrypt? ( >=dev-libs/libgcrypt-1.4.5:0= )
34
	gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] )
34
	gudev? ( dev-libs/glib:2=[${MULTILIB_USEDEP}] )
35
	http? ( >=net-libs/libmicrohttpd-0.9.33:0= )
35
	http? (
36
		>=net-libs/libmicrohttpd-0.9.33:0=
37
		ssl? ( >=net-libs/gnutls-3.1.4:0= )
38
	)
36
	introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
39
	introspection? ( >=dev-libs/gobject-introspection-1.31.1:0= )
37
	kmod? ( >=sys-apps/kmod-15:0= )
40
	kmod? ( >=sys-apps/kmod-15:0= )
38
	lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
41
	lzma? ( app-arch/xz-utils:0=[${MULTILIB_USEDEP}] )
Lines 41-47 Link Here
41
	qrcode? ( media-gfx/qrencode:0= )
44
	qrcode? ( media-gfx/qrencode:0= )
42
	seccomp? ( sys-libs/libseccomp:0= )
45
	seccomp? ( sys-libs/libseccomp:0= )
43
	selinux? ( sys-libs/libselinux:0= )
46
	selinux? ( sys-libs/libselinux:0= )
44
	ssl? ( >=net-libs/gnutls-3.1.4:0= )
45
	xattr? ( sys-apps/attr:0= )
47
	xattr? ( sys-apps/attr:0= )
46
	abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
48
	abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
47
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
49
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
Lines 166-172 Link Here
166
		$(use_enable doc gtk-doc)
168
		$(use_enable doc gtk-doc)
167
		$(use_enable gcrypt)
169
		$(use_enable gcrypt)
168
		$(use_enable gudev)
170
		$(use_enable gudev)
169
		$(use_enable http microhttpd)
170
		$(use_enable introspection)
171
		$(use_enable introspection)
171
		$(use_enable kdbus)
172
		$(use_enable kdbus)
172
		$(use_enable kmod)
173
		$(use_enable kmod)
Lines 178-184 Link Here
178
		$(use_enable qrcode qrencode)
179
		$(use_enable qrcode qrencode)
179
		$(use_enable seccomp)
180
		$(use_enable seccomp)
180
		$(use_enable selinux)
181
		$(use_enable selinux)
181
		$(use_enable ssl gnutls)
182
		$(use_enable test tests)
182
		$(use_enable test tests)
183
		$(use_enable xattr)
183
		$(use_enable xattr)
184
184
Lines 193-198 Link Here
193
	# Keep using the one where the rules were installed.
193
	# Keep using the one where the rules were installed.
194
	MY_UDEVDIR=$(get_udevdir)
194
	MY_UDEVDIR=$(get_udevdir)
195
195
196
	if use http; then
197
		myeconfargs+=(
198
			--enable-microhttpd
199
			$(use_enable ssl gnutls)
200
		)
201
	else
202
		myeconfargs+=(
203
			--disable-microhttpd
204
			--disable-gnutls
205
		)
206
	fi
207
196
	if use firmware-loader; then
208
	if use firmware-loader; then
197
		myeconfargs+=(
209
		myeconfargs+=(
198
			--with-firmware-path="/lib/firmware/updates:/lib/firmware"
210
			--with-firmware-path="/lib/firmware/updates:/lib/firmware"

Return to bug 508022