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

(-)pixman-0.11.8.ebuild.old (+13 lines)
Lines 15-17 Link Here
15
$(use_enable sse2) --disable-gtk"
15
$(use_enable sse2) --disable-gtk"
16
16
17
PATCHES="${FILESDIR}/pixman-0.11.8-sse2-intrinsics-check.patch"
17
PATCHES="${FILESDIR}/pixman-0.11.8-sse2-intrinsics-check.patch"
18
19
src_unpack() {
20
	x-modular_specs_check
21
	x-modular_server_supports_drivers_check
22
	x-modular_dri_check
23
	x-modular_unpack_source
24
	x-modular_patch_source
25
	if [[ "${SNAPSHOT}" != "yes" ]]
26
	then
27
		eautoreconf
28
	fi
29
	x-modular_reconf_source
30
}

Return to bug 232486