View | Details | Raw Unified
Collapse All | Expand All

(-) /usr/portage/app-sci/scilab/scilab-3.0.ebuild (-2 / +4 lines)
 Lines 63-70    Link Here 
	use tcltk || myopts="${myopts} --without-tk"
	use tcltk || myopts="${myopts} --without-tk"
	use Xaw3d || myopts="${myopts} --without-xaw3d"
	use Xaw3d || myopts="${myopts} --without-xaw3d"
	use atlas && myopts="${myopts} --with-atlas-library=/usr/lib"
	use atlas && myopts="${myopts} --with-atlas-library=/usr/lib"
	use gtk2 && myopts="${myopts} --with-gtk2" || \
	if use gtk; then
		use gtk && myopts="${myopts} --with-gtk"
		use gtk2 && myopts="${myopts} --with-gtk2" || \
			myopts="${myopts} --with-gtk"
	fi
	econf ${myopts} || die
	econf ${myopts} || die
	env HOME=${S} make all || die
	env HOME=${S} make all || die