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

Bug 1950

Summary: opengl - bug in kdeartworks-3.0.ebuild
Product: Gentoo Linux Reporter: Silvio Boehme <Boehme.Silvio>
Component: [OLD] KDEAssignee: Daniel Robbins (RETIRED) <drobbins>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.1a   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Silvio Boehme 2002-04-20 12:22:54 UTC
This line is ok (line 16): 
use opengl && myconf="$myconf --with-gl" || myconf="$myconf 
--without-gl" 
 
But the next line overwrites the opengl-use (line 17): 
myconf="$myconf --without-gl"