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

(-)/usr/portage/dev-util/eclipse-sdk/eclipse-sdk-3.1-r1.ebuild (-3 / +3 lines)
Lines 15-21 Link Here
15
15
16
RDEPEND=">=virtual/jre-1.4.2
16
RDEPEND=">=virtual/jre-1.4.2
17
	>=x11-libs/gtk+-2.2.4
17
	>=x11-libs/gtk+-2.2.4
18
	mozilla? ( >=www-client/mozilla-1.7 )
18
	mozilla? ( || (>=www-client/mozilla-1.7 >=www-client/mozilla-firefox-1.0.2))
19
	atk? ( >=dev-libs/atk-1.6 )
19
	atk? ( >=dev-libs/atk-1.6 )
20
	firefox? ( >=www-client/mozilla-firefox-1.0.2 )
20
	firefox? ( >=www-client/mozilla-firefox-1.0.2 )
21
	gnome? ( =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* )"
21
	gnome? ( =gnome-base/gnome-vfs-2* =gnome-base/libgnomeui-2* )"
Lines 175-183 Link Here
175
{
175
{
176
	mozilla_dir="--mozdir-unset---"
176
	mozilla_dir="--mozdir-unset---"
177
177
178
	if [ -f ${ROOT}/usr/lib/MozillaFirefox/libgtkembedmoz.so ] ; then
178
	if [ -f ${ROOT}/usr/lib/mozilla-firefox/libgtkembedmoz.so ] ; then
179
		einfo "Compiling against www-client/mozilla-firefox"
179
		einfo "Compiling against www-client/mozilla-firefox"
180
		mozilla_dir=/usr/lib/MozillaFirefox
180
		mozilla_dir=/usr/lib/mozilla-firefox
181
	elif [ -f ${ROOT}/usr/lib/mozilla/libgtkembedmoz.so ] ; then
181
	elif [ -f ${ROOT}/usr/lib/mozilla/libgtkembedmoz.so ] ; then
182
		einfo "Compiling against www-client/mozilla"
182
		einfo "Compiling against www-client/mozilla"
183
		mozilla_dir=/usr/lib/mozilla
183
		mozilla_dir=/usr/lib/mozilla

Return to bug 100288