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: Wed, 05 Dec 2018 08:40:20
Message-Id: 1543998934.5ee5a173fffd21ff5fd032431bc6c45f22e1f9fa.mgorny@gentoo
1 commit: 5ee5a173fffd21ff5fd032431bc6c45f22e1f9fa
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Wed Dec 5 07:23:30 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 5 08:35:34 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee5a173
7
8 dev-libs/efl: switch 'avahi' to 'zeroconf' USE to match Gentoo norms
9
10 Closes: https://bugs.gentoo.org/671906
11 Package-Manager: Portage[mgorny]-2.3.51.1
12 Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 dev-libs/efl/efl-1.21.1-r1.ebuild | 6 +++---
16 1 file changed, 3 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-libs/efl/efl-1.21.1-r1.ebuild b/dev-libs/efl/efl-1.21.1-r1.ebuild
19 index 9b202914b07..9137603b99c 100644
20 --- a/dev-libs/efl/efl-1.21.1-r1.ebuild
21 +++ b/dev-libs/efl/efl-1.21.1-r1.ebuild
22 @@ -12,7 +12,7 @@ SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz"
23 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
24 SLOT="0"
25 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
26 -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"
27 +IUSE="+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 xpm xpresent zeroconf"
28
29 REQUIRED_USE="
30 ?? ( opengl egl )
31 @@ -40,7 +40,6 @@ RDEPEND="
32 sys-apps/util-linux
33 sys-libs/zlib:=
34 virtual/jpeg:0=
35 - avahi? ( net-dns/avahi )
36 connman? ( net-misc/connman )
37 drm? (
38 dev-libs/libinput
39 @@ -129,6 +128,7 @@ RDEPEND="
40 xine? ( media-libs/xine-lib )
41 xpm? ( x11-libs/libXpm )
42 xpresent? ( x11-libs/libXpresent )
43 + zeroconf? ( net-dns/avahi )
44 "
45
46 DEPEND="
47 @@ -170,7 +170,6 @@ src_configure() {
48 --disable-tizen
49 --disable-wayland-ivi-shell
50
51 - $(use_enable avahi)
52 $(use_enable bmp image-loader-bmp)
53 $(use_enable bmp image-loader-wbmp)
54 $(use_enable dds image-loader-dds)
55 @@ -221,6 +220,7 @@ src_configure() {
56 $(use_enable xine)
57 $(use_enable xpm image-loader-xpm)
58 $(use_enable xpresent)
59 + $(use_enable zeroconf avahi)
60
61 --with-crypto=$(usex gnutls gnutls $(usex ssl openssl none))
62 --with-glib=$(usex glib)