wok-current diff ecj/receipt @ rev 9641

Fixed rhino, ecj, and xalan-xerces-j depends. Putting java-jre for depends was a bad idea since these packages are build depends for icedtea6-jdk. java-jre is a wanted package for icetea6-jdk. This was causing a depend loop.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Apr 27 16:22:35 2011 +0000 (2011-04-27)
parents ad00280438a6
children 738df91fb574
line diff
     1.1 --- a/ecj/receipt	Tue Apr 26 15:26:46 2011 +0200
     1.2 +++ b/ecj/receipt	Wed Apr 27 16:22:35 2011 +0000
     1.3 @@ -13,8 +13,9 @@
     1.4  WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL"
     1.5  TAGS="compiler java"
     1.6  
     1.7 -DEPENDS="java-jre"
     1.8 +DEPENDS=""
     1.9  BUILD_DEPENDS=""
    1.10 +SUGGESTED="java-jre"
    1.11  
    1.12  # Rules to configure and make the package.
    1.13  compile_rules()