commit:     5ee5a173fffd21ff5fd032431bc6c45f22e1f9fa
Author:     Joonas Niilola <juippis <AT> gmail <DOT> com>
AuthorDate: Wed Dec  5 07:23:30 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Dec  5 08:35:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee5a173

dev-libs/efl: switch 'avahi' to 'zeroconf' USE to match Gentoo norms

Closes: https://bugs.gentoo.org/671906
Package-Manager: Portage[mgorny]-2.3.51.1
Signed-off-by: Joonas Niilola <juippis <AT> gmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-libs/efl/efl-1.21.1-r1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-libs/efl/efl-1.21.1-r1.ebuild 
b/dev-libs/efl/efl-1.21.1-r1.ebuild
index 9b202914b07..9137603b99c 100644
--- a/dev-libs/efl/efl-1.21.1-r1.ebuild
+++ b/dev-libs/efl/efl-1.21.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${P}.tar.xz";
 LICENSE="BSD-2 GPL-2 LGPL-2.1 ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-linux ~x86-linux"
-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"
+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"
 
 REQUIRED_USE="
        ?? ( opengl egl )
@@ -40,7 +40,6 @@ RDEPEND="
        sys-apps/util-linux
        sys-libs/zlib:=
        virtual/jpeg:0=
-       avahi? ( net-dns/avahi )
        connman? ( net-misc/connman )
        drm? (
                dev-libs/libinput
@@ -129,6 +128,7 @@ RDEPEND="
        xine? ( media-libs/xine-lib )
        xpm? ( x11-libs/libXpm )
        xpresent? ( x11-libs/libXpresent )
+       zeroconf? ( net-dns/avahi )
 "
 
 DEPEND="
@@ -170,7 +170,6 @@ src_configure() {
                --disable-tizen
                --disable-wayland-ivi-shell
 
-               $(use_enable avahi)
                $(use_enable bmp image-loader-bmp)
                $(use_enable bmp image-loader-wbmp)
                $(use_enable dds image-loader-dds)
@@ -221,6 +220,7 @@ src_configure() {
                $(use_enable xine)
                $(use_enable xpm image-loader-xpm)
                $(use_enable xpresent)
+               $(use_enable zeroconf avahi)
 
                --with-crypto=$(usex gnutls gnutls $(usex ssl openssl none))
                --with-glib=$(usex glib)

Reply via email to