Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 161871 - app-office/openoffice-2.1.0 forces jdk-1.4
Summary: app-office/openoffice-2.1.0 forces jdk-1.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
: 161961 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-13 10:23 UTC by Alon Bar-Lev (RETIRED)
Modified: 2007-01-13 23:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alon Bar-Lev (RETIRED) gentoo-dev 2007-01-13 10:23:59 UTC
Hi!

Please modify dependency:
-       java? ( || ( =virtual/jdk-1.4* !amd64? ( =virtual/jdk-1.5* ) )
+       java? ( || ( !amd64? ( =virtual/jdk-1.5* ) =virtual/jdk-1.4* )

It first will try to use the amd64 conditional and then continue to lower version.

Thanks!
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2007-01-13 10:54:32 UTC
Interestingly this worked without problems in older versions...

Anyway: Thanks for pointing this out, I've fixed this now (also in 2.0.4)
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-01-13 23:44:13 UTC
*** Bug 161961 has been marked as a duplicate of this bug. ***