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

(-)/usr/portage/sys-apps/systemd/systemd-215-r3.ebuild (-2 / +3 lines)
Lines 18-24 Link Here
18
SLOT="0/2"
18
SLOT="0/2"
19
KEYWORDS="alpha amd64 arm ~ia64 ppc ~ppc64 ~sparc x86"
19
KEYWORDS="alpha amd64 arm ~ia64 ppc ~ppc64 ~sparc x86"
20
IUSE="acl audit cryptsetup doc elfutils +firmware-loader gcrypt gudev http
20
IUSE="acl audit cryptsetup doc elfutils +firmware-loader gcrypt gudev http
21
	introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux
21
	introspection kdbus +kmod lzma pam policykit python qrcode +seccomp selinux apparmor
22
	ssl test vanilla"
22
	ssl test vanilla"
23
23
24
MINKV="3.8"
24
MINKV="3.8"
Lines 43-48 Link Here
43
	qrcode? ( media-gfx/qrencode:0= )
43
	qrcode? ( media-gfx/qrencode:0= )
44
	seccomp? ( sys-libs/libseccomp:0= )
44
	seccomp? ( sys-libs/libseccomp:0= )
45
	selinux? ( sys-libs/libselinux:0= )
45
	selinux? ( sys-libs/libselinux:0= )
46
	apparmor? ( sys-libs/libapparmor:0= )
46
	abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
47
	abi_x86_32? ( !<=app-emulation/emul-linux-x86-baselibs-20130224-r9
47
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
48
		!app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)] )"
48
49
Lines 207-212 Link Here
207
		$(multilib_native_use_enable qrcode qrencode)
208
		$(multilib_native_use_enable qrcode qrencode)
208
		$(multilib_native_use_enable seccomp)
209
		$(multilib_native_use_enable seccomp)
209
		$(multilib_native_use_enable selinux)
210
		$(multilib_native_use_enable selinux)
211
		$(multilib_native_use_enable apparmor)
210
		$(multilib_native_use_enable test tests)
212
		$(multilib_native_use_enable test tests)
211
		$(multilib_native_use_enable test dbus)
213
		$(multilib_native_use_enable test dbus)
212
214
Lines 232-238 Link Here
232
		$(multilib_native_enable vconsole)
234
		$(multilib_native_enable vconsole)
233
235
234
		# not supported (avoid automagic deps in the future)
236
		# not supported (avoid automagic deps in the future)
235
		--disable-apparmor
236
		--disable-chkconfig
237
		--disable-chkconfig
237
238
238
		# hardcode a few paths to spare some deps
239
		# hardcode a few paths to spare some deps

Return to bug 525894