Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
Date: Mon, 17 Sep 2018 15:37:31
Message-Id: 1537198642.fcc50229925107abd66799334560fae8b585418b.mgorny@gentoo
1 commit: fcc50229925107abd66799334560fae8b585418b
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Sun Sep 9 09:36:34 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 17 15:37:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc50229
7
8 dev-libs/efl: disable 'examples' USE for 1.21.0
9
10 Upstream-bug: https://phab.enlightenment.org/T7374
11 Package-Manager: Portage[mgorny]-2.3.43.3
12 Closes: https://github.com/gentoo/gentoo/pull/9811
13
14 dev-libs/efl/efl-1.21.0.ebuild | 3 +--
15 1 file changed, 1 insertion(+), 2 deletions(-)
16
17 diff --git a/dev-libs/efl/efl-1.21.0.ebuild b/dev-libs/efl/efl-1.21.0.ebuild
18 index 164bdfdc830..64ac0b67a25 100644
19 --- a/dev-libs/efl/efl-1.21.0.ebuild
20 +++ b/dev-libs/efl/efl-1.21.0.ebuild
21 @@ -12,7 +12,7 @@ SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz"
22 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
23 SLOT="0"
24 KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
25 -IUSE="avahi +bmp dds connman debug drm +eet egl examples fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpresent xpm"
26 +IUSE="avahi +bmp dds connman debug drm +eet egl fbcon +fontconfig fribidi gif gles glib gnutls gstreamer harfbuzz hyphen +ico ibus jpeg2k libressl libuv luajit neon nls opengl ssl pdf physics postscript +ppm +psd pulseaudio raw scim sdl sound static-libs svg +system-lz4 systemd tga tiff tslib unwind v4l valgrind vlc vnc wayland webp X xcf xim xine xpresent xpm"
27
28 REQUIRED_USE="
29 ?? ( opengl egl )
30 @@ -179,7 +179,6 @@ src_configure() {
31 $(use_enable drm elput)
32 $(use_enable eet image-loader-eet)
33 $(use_enable egl)
34 - $(use_enable examples always-build-examples)
35 $(use_enable fbcon fb)
36 $(use_enable fontconfig)
37 $(use_enable fribidi)