Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71368 - Misspeled gcc test line in openoffice-1.1.3-r1.ebuild
Summary: Misspeled gcc test line in openoffice-1.1.3-r1.ebuild
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-16 01:21 UTC by Serhij S. Stasyuk
Modified: 2004-11-17 03:34 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 Serhij S. Stasyuk 2004-11-16 01:21:16 UTC
The line in openoffice-1.1.3-r1.ebuild
			if [ "$(gcc-version)" != "3.2" ] && [ "$(gcc-version)" != "3.3" && [ "$(gcc-version)" != "3.4" ]
must be
if [ "$(gcc-version)" != "3.2" ] && [ "$(gcc-version)" != "3.3" ] && [ "$(gcc-version)" != "3.4" ]


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2004-11-16 01:29:21 UTC
Oh my, this is annoying, thought I already fixed it. Anyway done now, so closing this
Comment 2 Serhij S. Stasyuk 2004-11-17 03:34:19 UTC
Checked ok :)