diff options
Diffstat (limited to 'media-tv/tvheadend/tvheadend-9999.ebuild')
-rw-r--r-- | media-tv/tvheadend/tvheadend-9999.ebuild | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/media-tv/tvheadend/tvheadend-9999.ebuild b/media-tv/tvheadend/tvheadend-9999.ebuild index e83e5e5359dd..320d2846ddd2 100644 --- a/media-tv/tvheadend/tvheadend-9999.ebuild +++ b/media-tv/tvheadend/tvheadend-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvheadend/tvheadend-9999.ebuild,v 1.1 2014/06/21 21:15:09 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvheadend/tvheadend-9999.ebuild,v 1.2 2014/06/22 20:05:06 prometheanfire Exp $ EAPI=5 @@ -14,20 +14,16 @@ LICENSE="GPL-3" SLOT="0" KEYWORDS="" -IUSE="avahi ccache curl +dvb +dvbscan ffmpeg imagecache inotify uriparser xmltv zlib" - -REQUIRED_USE=" - dvbscan? ( dvb ) - imagecache? ( curl )" +IUSE="avahi ccache +dvb +dvbscan ffmpeg imagecache inotify uriparser xmltv zlib" DEPEND="dev-libs/openssl avahi? ( net-dns/avahi ) ccache? ( dev-util/ccache ) - curl? ( net-misc/curl ) dvb? ( virtual/linuxtv-dvb-headers ) ffmpeg? ( virtual/ffmpeg ) uriparser? ( dev-libs/uriparser ) - zlib? ( sys-libs/zlib )" + zlib? ( sys-libs/zlib ) + virtual/pkgconfig" RDEPEND="${DEPEND} dvbscan? ( media-tv/linuxtv-dvb-apps ) @@ -51,7 +47,6 @@ src_configure() { --datadir="${EPREFIX}"/usr/share \ $(use_enable avahi) \ $(use_enable ccache) \ - $(use_enable curl) \ --disable-dvbscan \ $(use_enable dvb linuxdvb) \ $(use_enable ffmpeg libav) \ |