commit:     39a8085ec11862db8853c3a8268f35702396141c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  4 10:07:54 2019 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jan  4 10:08:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a8085e

dev-libs/efl: Fix broken REQUIRED_USE constraint typo

Acked-By: Joonas Niilola <juippis <AT> gmail.com>
Bug: https://bugs.gentoo.org/673588
Bug: https://bugs.gentoo.org/673460
Closes: https://bugs.gentoo.org/673702
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-libs/efl/{efl-1.21.1-r2.ebuild => efl-1.21.1-r3.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/efl/efl-1.21.1-r2.ebuild 
b/dev-libs/efl/efl-1.21.1-r3.ebuild
similarity index 99%
rename from dev-libs/efl/efl-1.21.1-r2.ebuild
rename to dev-libs/efl/efl-1.21.1-r3.ebuild
index 609c8e0bae6..d7f5142c1b8 100644
--- a/dev-libs/efl/efl-1.21.1-r2.ebuild
+++ b/dev-libs/efl/efl-1.21.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,7 @@ IUSE="+bmp dds connman debug drm +eet egl examples fbcon 
+fontconfig fribidi gif
 REQUIRED_USE="
        ?? ( opengl egl )
        ?? ( opengl gles )
-       egl ( gles )
+       egl? ( gles )
        fbcon? ( !tslib )
        gles? (
                || ( X wayland )

Reply via email to