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

(-)dbus-1.6.18-r1.ebuild (-6 / +1 lines)
Lines 15-21 Link Here
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
15
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
16
IUSE="debug doc selinux static-libs systemd test X"
16
IUSE="debug doc selinux static-libs systemd test X"
17
17
18
RDEPEND=">=dev-libs/expat-2
18
RDEPEND=">=dev-libs/expat-2[${MULTILIB_USEDEP}]
19
	selinux? (
19
	selinux? (
20
		sec-policy/selinux-dbus
20
		sec-policy/selinux-dbus
21
		sys-libs/libselinux
21
		sys-libs/libselinux
Lines 119-129 Link Here
119
			--disable-libaudit
119
			--disable-libaudit
120
			--disable-systemd
120
			--disable-systemd
121
			--without-x
121
			--without-x
122
123
			# libxml is easier to fake since it uses pkg-config
124
			--with-xml=libxml
125
			XML_CFLAGS=' '
126
			XML_LIBS=' '
127
		)
122
		)
128
	fi
123
	fi
129
124

Return to bug 492894