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

(-)file_not_specified_in_diff (-7 / +1 lines)
Line  Link Here
0
-- /usr/portage/www-plugins/noscript/noscript-1.9.8.86.ebuild
0
++ noscript-1.9.8.86.ebuild
Lines 17-23 Link Here
17
	|| (
17
	|| (
18
		>=www-client/mozilla-firefox-1.5
18
		>=www-client/mozilla-firefox-1.5
19
		>=www-client/firefox-bin-1.5
19
		>=www-client/firefox-bin-1.5
20
		>=www-client/seamonkey-1.1
21
		>=www-client/seamonkey-bin-1.1
20
		>=www-client/seamonkey-bin-1.1
22
		>=www-client/icecat-3.5
21
		>=www-client/icecat-3.5
23
	)"
22
	)"
Lines 46-56 Link Here
46
		xpi_install "${WORKDIR}/${P}"
45
		xpi_install "${WORKDIR}/${P}"
47
		mozillas="$(best_version www-client/firefox-bin) ${mozillas}"
46
		mozillas="$(best_version www-client/firefox-bin) ${mozillas}"
48
	fi
47
	fi
49
	if has_version '>=www-client/seamonkey-1.1'; then
50
		MOZILLA_FIVE_HOME="/usr/$(get_libdir)/seamonkey"
51
		xpi_install "${WORKDIR}/${P}"
52
		mozillas="$(best_version www-client/seamonkey) ${mozillas}"
53
	fi
54
	if has_version '>=www-client/seamonkey-bin-1.1'; then
48
	if has_version '>=www-client/seamonkey-bin-1.1'; then
55
		MOZILLA_FIVE_HOME="/opt/seamonkey"
49
		MOZILLA_FIVE_HOME="/opt/seamonkey"
56
		xpi_install "${WORKDIR}/${P}"
50
		xpi_install "${WORKDIR}/${P}"

Return to bug 300464