dev-games/ogre: Fix unreadable REQUIRED_USE, #620912
authorMichał Górny <mgorny@gentoo.org>
Fri, 11 Aug 2017 16:19:16 +0000 (18:19 +0200)
committerMichał Górny <mgorny@gentoo.org>
Fri, 11 Aug 2017 16:25:18 +0000 (18:25 +0200)
dev-games/ogre/ogre-1.9.0-r1.ebuild

index 499aef500a087046f8dd70efd4845d3b3539d7d1..6e4e520a3244900e73efd210ba0aa9c9f67e05ea 100644 (file)
@@ -23,7 +23,7 @@ REQUIRED_USE="threads? ( ^^ ( boost poco tbb ) )
        examples? ( ois )
        poco? ( threads )
        tbb? ( threads )
-       ?? ( gl3plus ( || ( gles2 gles3 ) ) )
+       gl3plus ( !gles2 !gles3 )
        gles3? ( gles2 )
        gl3plus? ( opengl )"