Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182832 - app-office/openoffice should RDEPEND on >=virtual/jre-1.4 instead of the current || ( 1.5 1.4 )
Summary: app-office/openoffice should RDEPEND on >=virtual/jre-1.4 instead of the curr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Office Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-21 22:15 UTC by Petteri Räty (RETIRED)
Modified: 2007-06-22 11:24 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 Petteri Räty (RETIRED) gentoo-dev 2007-06-21 22:15:42 UTC
The JREs are always ABI compatible backwards to there is no point in the current RDEPEND atom:

RDEPEND="java? ( || ( =virtual/jre-1.5* =virtual/jre-1.4* )  )
	${COMMON_DEPEND}"

should be java? ( >=virtual/jre-1.4 )
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-06-21 22:16:12 UTC
And please remove virtual/libc while you are at it
Comment 2 Hanno Zysik (geki) 2007-06-22 04:55:20 UTC
And =virtual/jre-1.5* is evil on ~amd64.
It will just silently fail and one may wonder why wizards won't start.
At least with sun-jre-1.5.
Comment 3 Petteri Räty (RETIRED) gentoo-dev 2007-06-22 06:43:30 UTC
(In reply to comment #2)
> And =virtual/jre-1.5* is evil on ~amd64.
> It will just silently fail and one may wonder why wizards won't start.
> At least with sun-jre-1.5.
> 

I don't really see how that relates to this.
Comment 4 Hanno Zysik (geki) 2007-06-22 11:21:17 UTC
it is more related than your comment #1. ;)
Since RDEPEND for java is wrong ... bla.
Comment 5 Andreas Proschofsky (RETIRED) gentoo-dev 2007-06-22 11:24:37 UTC
I've fixed this now, thanks for pointing it out.