Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87466 - typo in ibm-jre-bin 1.4.2 ebuild
Summary: typo in ibm-jre-bin 1.4.2 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-31 13:54 UTC by Eric Ding
Modified: 2005-03-31 14:29 UTC (History)
0 users

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 Eric Ding 2005-03-31 13:54:46 UTC
There's a typo in the ibm-jre-bin 1.4.2 ebuild; in the section where it adds a symlink for a mozilla plugin, it reads

    if useq mozilla && !useq ppc; then

instead of

    if useq mozilla && ! useq ppc; then

resulting in a syntax error and a failure to install the java plugin.

     

Reproducible: Always
Steps to Reproduce:
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-31 14:29:56 UTC
fixed in cvs, thanks for reporting.