Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214960 - [QA] kde-base/ksudoku-4.0.2 USE Flag 'opengl' not in IUSE
Summary: [QA] kde-base/ksudoku-4.0.2 USE Flag 'opengl' not in IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-26 19:51 UTC by Sandro Bonazzola
Modified: 2008-03-26 20:41 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 Sandro Bonazzola 2008-03-26 19:51:58 UTC
emerging kde-base/ksudoku-4.0.2:
QA Notice: USE Flag 'opengl' not in IUSE for kde-base/ksudoku-4.0.2
Comment 1 Bo Ørsted Andresen (RETIRED) gentoo-dev 2008-03-26 20:41:16 UTC
Fixed, thanks.

--- kde4-base.eclass    14 Mar 2008 15:51:50 -0000      1.5
+++ kde4-base.eclass    26 Mar 2008 20:19:32 -0000
@@ -274 +274 @@
-                       if [[ ${OPENGL_REQUIRED} == always ]] || has opengl ${IUSE//+} && use opengl; then
+                       if has opengl ${IUSE//+} && use opengl || [[ ${OPENGL_REQUIRED} == always ]]; then
@@ -281 +281 @@
-       if [[ ${OPENGL_REQUIRED} == always ]] || has opengl ${IUSE//+} && use opengl; then
+       if has opengl ${IUSE//+} && use opengl || [[ ${OPENGL_REQUIRED} == always ]]; then