Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1950 - opengl - bug in kdeartworks-3.0.ebuild
Summary: opengl - bug in kdeartworks-3.0.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Robbins (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-20 12:22 UTC by Silvio Boehme
Modified: 2002-04-20 17:16 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 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"