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

(-)file_not_specified_in_diff (-9 / +1 lines)
Line  Link Here
0
-- dbus-1.6.18-r1.ebuild
0
++ dbus-1.8.0.ebuild
Lines 57-64 Link Here
57
}
57
}
58
58
59
src_prepare() {
59
src_prepare() {
60
	epatch "${FILESDIR}"/${PN}-1.5.12-selinux-when-dropping-capabilities-only-include-AUDI.patch
61
62
	# Tests were restricted because of this
60
	# Tests were restricted because of this
63
	sed -i \
61
	sed -i \
64
		-e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \
62
		-e 's/.*bus_dispatch_test.*/printf ("Disabled due to excess noise\\n");/' \
Lines 102-108 Link Here
102
		--disable-embedded-tests
100
		--disable-embedded-tests
103
		--disable-modular-tests
101
		--disable-modular-tests
104
		$(use_enable debug stats)
102
		$(use_enable debug stats)
105
		--with-xml=expat
106
		--with-session-socket-dir=/tmp
103
		--with-session-socket-dir=/tmp
107
		--with-system-pid-file=/var/run/dbus.pid
104
		--with-system-pid-file=/var/run/dbus.pid
108
		--with-system-socket=/var/run/dbus/system_bus_socket
105
		--with-system-socket=/var/run/dbus/system_bus_socket
Lines 126-136 Link Here
126
			--disable-libaudit
123
			--disable-libaudit
127
			--disable-systemd
124
			--disable-systemd
128
			--without-x
125
			--without-x
129
130
			# libxml is easier to fake since it uses pkg-config
131
			--with-xml=libxml
132
			LIBXML_CFLAGS=' '
133
			LIBXML_LIBS=' '
134
		)
126
		)
135
	fi
127
	fi
136
128

Return to bug 499348