Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 500352 | Differences between
and this patch

Collapse All | Expand All

(-)wine-1.7.11.ebuild (-2 / +8 lines)
Lines 177-183 Link Here
177
				app-emulation/emul-linux-x86-soundlibs[development]
177
				app-emulation/emul-linux-x86-soundlibs[development]
178
				>=media-sound/pulseaudio-4.0-r1[abi_x86_32]
178
				>=media-sound/pulseaudio-4.0-r1[abi_x86_32]
179
			) )
179
			) )
180
			xml? ( >=app-emulation/emul-linux-x86-baselibs-20131008[development] )
180
			xml? ( || (
181
				>=app-emulation/emul-linux-x86-baselibs-20131008[development]
182
				(
183
					dev-libs/libxml2[abi_x86_32]
184
					dev-libs/libxslt[abi_x86_32]
185
				)
186
			) )
181
			scanner? ( app-emulation/emul-linux-x86-medialibs[development] )
187
			scanner? ( app-emulation/emul-linux-x86-medialibs[development] )
182
			ssl? ( app-emulation/emul-linux-x86-baselibs[development] )
188
			ssl? ( app-emulation/emul-linux-x86-baselibs[development] )
183
			png? ( || (
189
			png? ( || (
Lines 267-273 Link Here
267
	local PATCHES=(
273
	local PATCHES=(
268
		"${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
274
		"${FILESDIR}"/${PN}-1.5.26-winegcc.patch #260726
269
		"${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
275
		"${FILESDIR}"/${PN}-1.4_rc2-multilib-portage.patch #395615
270
		"${FILESDIR}"/${PN}-1.7.2-osmesa-check.patch #429386
276
		"${FILESDIR}"/${PN}-1.7.12-osmesa-check.patch #429386 #500352
271
		"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
277
		"${FILESDIR}"/${PN}-1.6-memset-O3.patch #480508
272
	)
278
	)
273
	use pulseaudio && PATCHES+=(
279
	use pulseaudio && PATCHES+=(

Return to bug 500352