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" |