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

Collapse All | Expand All

(-)xorg-x11-6.8.2-r1.ebuild- (-1 / +7 lines)
Lines 47-53 Link Here
47
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
47
# IUSE="gatos" disabled because gatos is broken on ~4.4 now (31 Jan 2004)
48
IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc font-server hardened
48
IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc font-server hardened
49
	insecure-drivers ipv6 minimal mmx nls opengl pam sdk sse static
49
	insecure-drivers ipv6 minimal mmx nls opengl pam sdk sse static
50
	truetype-fonts type1-fonts uclibc xprint xv"
50
	truetype-fonts type1-fonts uclibc xaa xprint xv"
51
# IUSE_INPUT_DEVICES="synaptics wacom"
51
# IUSE_INPUT_DEVICES="synaptics wacom"
52
52
53
FILES_VER="0.1"
53
FILES_VER="0.1"
Lines 491-496 Link Here
491
	cd ${WORKDIR}
491
	cd ${WORKDIR}
492
	EPATCH_SUFFIX="patch" \
492
	EPATCH_SUFFIX="patch" \
493
	epatch ${PATCHDIR}
493
	epatch ${PATCHDIR}
494
	einfo "Apply sunleo fix"
495
	epatch ${FILESDIR}/sunleo-conversion-2.patch
496
	if use xaa; then
497
		einfo "Activate sunffb+xaa; deactivate sunffb+DRM"
498
		epatch ${FILESDIR}/092_Xserver_sunffb_xaa_extension.diff
499
	fi
494
	cd ${S}
500
	cd ${S}
495
}
501
}
496
502

Return to bug 79467