Bug 74996 - dev-java/jgoodies-looks can be built from source
|
Bug#:
74996
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: java@gentoo.org
|
Reported By: compnerd@gentoo.org
|
|
Component: Ebuilds
|
|
|
URL:
http://www.jgoodies.com
|
|
Summary: dev-java/jgoodies-looks can be built from source
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2004-12-19 18:12 0000
|
JGoodies look and feel should be built from source
Reproducible: Always
Steps to Reproduce:
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
now in the portage tree. fixed. :)