diff options
author | Kent Fredric <kentnl@gentoo.org> | 2019-01-04 23:07:54 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2019-01-04 23:08:27 +1300 |
commit | 39a8085ec11862db8853c3a8268f35702396141c (patch) | |
tree | ecd8b03bc9182bdfe332686c7d3896fba851e9d5 /dev-libs/efl | |
parent | net-misc/ntp: Security cleanup (diff) | |
download | gentoo-39a8085ec11862db8853c3a8268f35702396141c.tar.gz gentoo-39a8085ec11862db8853c3a8268f35702396141c.tar.bz2 gentoo-39a8085ec11862db8853c3a8268f35702396141c.zip |
dev-libs/efl: Fix broken REQUIRED_USE constraint typo
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>
Diffstat (limited to 'dev-libs/efl')
-rw-r--r-- | dev-libs/efl/efl-1.21.1-r3.ebuild (renamed from dev-libs/efl/efl-1.21.1-r2.ebuild) | 4 |
1 files 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 index 609c8e0bae66..d7f5142c1b88 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 ) |