dev-libs/efl: Fix broken REQUIRED_USE constraint typo
authorKent Fredric <kentnl@gentoo.org>
Fri, 4 Jan 2019 10:07:54 +0000 (23:07 +1300)
committerKent Fredric <kentnl@gentoo.org>
Fri, 4 Jan 2019 10:08:27 +0000 (23:08 +1300)
Acked-By: Joonas Niilola <juippis@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@gentoo.org>
dev-libs/efl/efl-1.21.1-r3.ebuild [moved from dev-libs/efl/efl-1.21.1-r2.ebuild with 99% similarity]

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 609c8e0bae66fcf1ee734d825d9975297ce638cf..d7f5142c1b8890adfd302a6f2a2ea2403bfc5d23 100644 (file)
@@ -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 )