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

(-)file_not_specified_in_diff (-5 / +3 lines)
Line  Link Here
0
-- /usr/portage/app-office/openoffice/openoffice-3.1.1.ebuild
0
++ openoffice-3.1.1.ebuild
Lines 98-104 Link Here
98
		dev-java/lucene-analyzers:2.3
98
		dev-java/lucene-analyzers:2.3
99
		dev-java/rhino:1.5 )
99
		dev-java/rhino:1.5 )
100
	mono? ( || ( >dev-lang/mono-2.4-r1 <dev-lang/mono-2.4 ) )
100
	mono? ( || ( >dev-lang/mono-2.4-r1 <dev-lang/mono-2.4 ) )
101
	nsplugin? ( || ( net-libs/xulrunner:1.9 net-libs/xulrunner:1.8 =www-client/seamonkey-1* )
101
	nsplugin? ( || ( net-libs/xulrunner:1.9 net-libs/xulrunner:1.8 )
102
		>=dev-libs/nspr-4.6.6
102
		>=dev-libs/nspr-4.6.6
103
		>=dev-libs/nss-3.11-r1 )
103
		>=dev-libs/nss-3.11-r1 )
104
	opengl? ( virtual/opengl
104
	opengl? ( virtual/opengl
Lines 211-220 Link Here
211
			BRWS="libxul"
211
			BRWS="libxul"
212
		elif pkg-config --exists xulrunner-xpcom; then
212
		elif pkg-config --exists xulrunner-xpcom; then
213
			BRWS="xulrunner"
213
			BRWS="xulrunner"
214
		elif pkg-config --exists seamonkey-xpcom; then
215
			BRWS="seamonkey"
216
		else
214
		else
217
			die "USE flag [nsplugin] set but no installed xulrunner or seamonkey found!"
215
			die "USE flag [nsplugin] set but no installed xulrunner found!"
218
		fi
216
		fi
219
	fi
217
	fi
220
218

Return to bug 300409