Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
Date: Fri, 04 Jan 2019 10:09:05
Message-Id: 1546596507.39a8085ec11862db8853c3a8268f35702396141c.kentnl@gentoo
1 commit: 39a8085ec11862db8853c3a8268f35702396141c
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 10:07:54 2019 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 10:08:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a8085e
7
8 dev-libs/efl: Fix broken REQUIRED_USE constraint typo
9
10 Acked-By: Joonas Niilola <juippis <AT> gmail.com>
11 Bug: https://bugs.gentoo.org/673588
12 Bug: https://bugs.gentoo.org/673460
13 Closes: https://bugs.gentoo.org/673702
14 Package-Manager: Portage-2.3.51, Repoman-2.3.11
15 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
16
17 dev-libs/efl/{efl-1.21.1-r2.ebuild => efl-1.21.1-r3.ebuild} | 4 ++--
18 1 file changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/dev-libs/efl/efl-1.21.1-r2.ebuild b/dev-libs/efl/efl-1.21.1-r3.ebuild
21 similarity index 99%
22 rename from dev-libs/efl/efl-1.21.1-r2.ebuild
23 rename to dev-libs/efl/efl-1.21.1-r3.ebuild
24 index 609c8e0bae6..d7f5142c1b8 100644
25 --- a/dev-libs/efl/efl-1.21.1-r2.ebuild
26 +++ b/dev-libs/efl/efl-1.21.1-r3.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2018 Gentoo Authors
29 +# Copyright 1999-2019 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=6
33 @@ -17,7 +17,7 @@ IUSE="+bmp dds connman debug drm +eet egl examples fbcon +fontconfig fribidi gif
34 REQUIRED_USE="
35 ?? ( opengl egl )
36 ?? ( opengl gles )
37 - egl ( gles )
38 + egl? ( gles )
39 fbcon? ( !tslib )
40 gles? (
41 || ( X wayland )