Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
JGoodies look and feel should be built from source Reproducible: Always Steps to Reproduce:
Created an attachment (id=46383) [details] plastic.txt
Created an attachment (id=46384) [details] build.xml
Created an attachment (id=46385) [details] jgoodies-looks-1.2.2.ebuild
the ebuild uses jikes to compile the project if the jikes useflags is set. DEPEND should reflect this, i.e. this has to be changed: DEPEND=">=virtual/jre-1.4 >=dev-java/ant-core-1.4 app-arch/unzip" into: DEPEND=">=virtual/jre-1.4 >=dev-java/ant-core-1.4 app-arch/unzip jikes? ( >=dev-java/jikes-1.21 )" for example
Created an attachment (id=46390) [details] jgoodies-looks-1.2.2.ebuild Feel free to kill me for that stupid mistake (I swear I had that in the dependencies :\)
Created an attachment (id=46642) [details] build.xml
now in the portage tree. fixed. :)