diff options
-rw-r--r-- | media-tv/tvheadend/metadata.xml | 1 | ||||
-rw-r--r-- | media-tv/tvheadend/tvheadend-4.0.6.ebuild | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/media-tv/tvheadend/metadata.xml b/media-tv/tvheadend/metadata.xml index 99ac1c4a1728..c6e66a8cb613 100644 --- a/media-tv/tvheadend/metadata.xml +++ b/media-tv/tvheadend/metadata.xml @@ -11,7 +11,6 @@ <flag name="capmt">Enable support for capmt (dvbapi) protocol</flag> <flag name="constcw">Enable support for the constcw protocol</flag> <flag name="cwc">Enable support for the cwc (newcamd) protocol</flag> - <flag name="epoll">Enable epoll Linux system call</flag> <flag name="hdhomerun">Enable support for the HDHomeRun device</flag> <flag name="iptv">Enable support for Internet Protocol TV</flag> <flag name="satip">Enable support for IP-based Satellite TV</flag> diff --git a/media-tv/tvheadend/tvheadend-4.0.6.ebuild b/media-tv/tvheadend/tvheadend-4.0.6.ebuild index 030b89065d9a..2f731d43eb8f 100644 --- a/media-tv/tvheadend/tvheadend-4.0.6.ebuild +++ b/media-tv/tvheadend/tvheadend-4.0.6.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="avahi capmt constcw +cwc dbus +dvb +dvbscan epoll ffmpeg hdhomerun libav imagecache inotify iptv satip +timeshift uriparser xmltv zlib" +IUSE="avahi capmt constcw +cwc dbus +dvb +dvbscan ffmpeg hdhomerun libav imagecache inotify iptv satip +timeshift uriparser xmltv zlib" RDEPEND="dev-libs/openssl:= virtual/libiconv @@ -77,8 +77,6 @@ src_configure() { $(use_enable dbus) \ $(use_enable dvb linuxdvb) \ $(use_enable dvbscan) \ - $(use_enable epoll) \ - --disable-kqueue \ $(use_enable ffmpeg libav) \ $(use_enable hdhomerun hdhomerun_client) \ $(use_enable imagecache) \ |