summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-12-05 15:24:08 +0100
committerPacho Ramos <pacho@gentoo.org>2016-12-05 15:24:21 +0100
commit3080a31832fab40aa0cff70350101094ab6ae72c (patch)
tree20fbec6536192f41ed853746c8626ef7948e76b5 /media-tv
parentsci-libs/gdal: Bump to v2.0.3 (diff)
downloadgentoo-3080a31832fab40aa0cff70350101094ab6ae72c.tar.gz
gentoo-3080a31832fab40aa0cff70350101094ab6ae72c.tar.bz2
gentoo-3080a31832fab40aa0cff70350101094ab6ae72c.zip
media-tv/mythtv: Use zeroconf instead of avahi USE flag (#477620)
Package-Manager: portage-2.3.2
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild b/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
index 96041bb3b5ce..d9eec65a82d0 100644
--- a/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
+++ b/media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
@@ -24,9 +24,9 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
IUSE_INPUT_DEVICES="input_devices_joystick"
-IUSE="alsa altivec avahi libass autostart bluray cec crystalhd debug dvb dvd \
+IUSE="alsa altivec libass autostart bluray cec crystalhd debug dvb dvd \
egl fftw +hls ieee1394 jack lcd lirc perl pulseaudio python +theora \
-vaapi vdpau +vorbis +wrapper +xml xmltv +xvid ${IUSE_INPUT_DEVICES}"
+vaapi vdpau +vorbis +wrapper +xml xmltv +xvid zeroconf ${IUSE_INPUT_DEVICES}"
REQUIRED_USE="
bluray? ( xml )
@@ -54,7 +54,7 @@ COMMON="
virtual/mysql
virtual/opengl:=
alsa? ( >=media-libs/alsa-lib-1.0.24:= )
- avahi? (
+ zeroconf? (
dev-libs/openssl:0=
net-dns/avahi[mdnsresponder-compat]
)
@@ -189,7 +189,7 @@ src_configure() {
myconf="${myconf} --enable-nonfree"
myconf="${myconf} --enable-libmp3lame"
use cec || myconf="${myconf} --disable-libcec"
- use avahi || myconf="${myconf} --disable-libdns-sd"
+ use zeroconf || myconf="${myconf} --disable-libdns-sd"
myconf="${myconf} $(use_enable theora libtheora)"
myconf="${myconf} $(use_enable vorbis libvorbis)"