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

(-)/usr/portage/app-text/acroread/acroread-9.2.ebuild (-2 / +1 lines)
Lines 38-44 Link Here
38
			!minimal? ( || ( net-libs/xulrunner
38
			!minimal? ( || ( net-libs/xulrunner
39
						net-libs/xulrunner-bin
39
						net-libs/xulrunner-bin
40
						www-client/mozilla-firefox
40
						www-client/mozilla-firefox
41
						www-client/seamonkey
42
						www-client/seamonkey-bin ) ) )
41
						www-client/seamonkey-bin ) ) )
43
	amd64? ( >=app-emulation/emul-linux-x86-baselibs-2.4.2
42
	amd64? ( >=app-emulation/emul-linux-x86-baselibs-2.4.2
44
			>=app-emulation/emul-linux-x86-gtklibs-2.0
43
			>=app-emulation/emul-linux-x86-gtklibs-2.0
Lines 188-194 Link Here
188
	# detection in /etc/gre.d/ like xulrunner does.
187
	# detection in /etc/gre.d/ like xulrunner does.
189
	if ! use minimal ; then
188
	if ! use minimal ; then
190
		if use x86 ; then
189
		if use x86 ; then
191
			for lib in /opt/seamonkey /usr/lib/seamonkey /usr/lib/mozilla-firefox ; do
190
			for lib in /opt/seamonkey /usr/lib/mozilla-firefox ; do
192
				if [[ -f ${lib}/libgtkembedmoz.so ]] ; then
191
				if [[ -f ${lib}/libgtkembedmoz.so ]] ; then
193
					echo "MOZILLA_COMP_PATH=${lib}" >> "${D}"${INSTALLDIR}/Adobe/Reader9/Reader/GlobalPrefs/mozilla_config
192
					echo "MOZILLA_COMP_PATH=${lib}" >> "${D}"${INSTALLDIR}/Adobe/Reader9/Reader/GlobalPrefs/mozilla_config
194
					elog "Adobe Reader depends on libgtkembedmoz.so, which I've found on"
193
					elog "Adobe Reader depends on libgtkembedmoz.so, which I've found on"

Return to bug 300411