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

Collapse All | Expand All

(-)file_not_specified_in_diff (-8 / +18 lines)
Line 29 Link Here
29
IUSE="+alsa bindist java mozdevelop sqlite iceweasel" # qt-experimental
29
IUSE="+alsa bindist java mozdevelop sqlite iceweasel swiftweasel" # qt-experimental
30
--
Line 33 Link Here
33
	http://dev.gentoo.org/~anarchy/dist/${PATCH}.tar.bz2"
33
	http://dev.gentoo.org/~anarchy/dist/${PATCH}.tar.bz2
34
--
34
	swiftweasel? (
35
	http://switch.dl.sourceforge.net/sourceforge/swiftweasel/swiftweasel-${MY_PV}-source.tar.gz
36
	)"
Line 71 Link Here
71
S="${WORKDIR}/mozilla-1.9.1"
74
S="${WORKDIR}/mozilla"
72
--
Line 105 Link Here
105
	if use iceweasel ; then
108
	if use iceweasel && ! use swiftweasel ; then
106
--
Line 124 Link Here
127
128
    mv mozilla-1.9.1 mozilla || die
129
	
130
	cd ${WORKDIR}
131
132
	if use swiftweasel; then
133
		cp -r Source/Swiftwease\ ${MY_PV:0:3}\ Graphics/* mozilla/
134
		SWV=`echo "${MY_PV}" | sed 's/\.//g'`
135
		EPATCH_SOURCE="${PWD}" epatch "Source/sw${SWV}.patch"
136
	fi
Line 277 Link Here
290

Return to bug 271406