From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 762FE1396D0 for ; Fri, 11 Aug 2017 16:25:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CD6D1FC006; Fri, 11 Aug 2017 16:25:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 286F3E0CBD for ; Fri, 11 Aug 2017 16:25:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F334934171F for ; Fri, 11 Aug 2017 16:25:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B9CA3E99 for ; Fri, 11 Aug 2017 16:25:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502468718.46390e0bed7911c493e5da6b915eee55efac6e5b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-games/ogre/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-games/ogre/ogre-1.9.0-r1.ebuild X-VCS-Directories: dev-games/ogre/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 46390e0bed7911c493e5da6b915eee55efac6e5b X-VCS-Branch: master Date: Fri, 11 Aug 2017 16:25:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 331f76c7-9103-42c5-89d2-89119fc49084 X-Archives-Hash: 1fbb3c6571dc5bdffe7b2348b051e8a1 commit: 46390e0bed7911c493e5da6b915eee55efac6e5b Author: Michał Górny gentoo org> AuthorDate: Fri Aug 11 16:19:16 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Aug 11 16:25:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46390e0b dev-games/ogre: Fix unreadable REQUIRED_USE, #620912 dev-games/ogre/ogre-1.9.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-games/ogre/ogre-1.9.0-r1.ebuild b/dev-games/ogre/ogre-1.9.0-r1.ebuild index 499aef500a0..6e4e520a324 100644 --- a/dev-games/ogre/ogre-1.9.0-r1.ebuild +++ b/dev-games/ogre/ogre-1.9.0-r1.ebuild @@ -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 )"