Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 71368

Summary: Misspeled gcc test line in openoffice-1.1.3-r1.ebuild
Product: Gentoo Linux Reporter: Serhij S. Stasyuk <stas>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 :)