Skip to content

Commit

Permalink
media-tv/mythtv: Use zeroconf instead of avahi USE flag (#477620)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2
  • Loading branch information
pacho2 committed Dec 5, 2016
1 parent e748080 commit 3080a31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions media-tv/mythtv/mythtv-0.27.6_p20160318.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down Expand Up @@ -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]
)
Expand Down Expand Up @@ -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)"

Expand Down

0 comments on commit 3080a31

Please sign in to comment.