summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-12-05 09:23:30 +0200
committerMichał Górny <mgorny@gentoo.org>2018-12-05 09:35:34 +0100
commit5ee5a173fffd21ff5fd032431bc6c45f22e1f9fa (patch)
tree2bcc51bb27b97341eaff369a0bf9de9ae5a17496 /dev-libs/efl
parentdev-libs/efl: remove openjpeg restriction from 1.21.1-r1 (diff)
downloadgentoo-5ee5a173fffd21ff5fd032431bc6c45f22e1f9fa.tar.gz
gentoo-5ee5a173fffd21ff5fd032431bc6c45f22e1f9fa.tar.bz2
gentoo-5ee5a173fffd21ff5fd032431bc6c45f22e1f9fa.zip
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@gmail.com> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/efl')
-rw-r--r--dev-libs/efl/efl-1.21.1-r1.ebuild6
1 files 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 9b202914b07f..9137603b99c2 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)