summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-05 13:25:06 +0000
committerMike Frysinger <vapier@gentoo.org>2015-08-05 13:25:06 +0000
commit1e2a18f626c8d6c2b8045083b5982db304430630 (patch)
tree1211f4fe3cdd5a1954da08ed19a3b3882c4cbf6a /media-tv
parentVersion bump to mercurial tip (thanks karl, bug 555918). Drop old. (diff)
downloadgentoo-2-1e2a18f626c8d6c2b8045083b5982db304430630.tar.gz
gentoo-2-1e2a18f626c8d6c2b8045083b5982db304430630.tar.bz2
gentoo-2-1e2a18f626c8d6c2b8045083b5982db304430630.zip
Make dbus optional #556668 by Kirill A. Shutemov.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/kodi/ChangeLog5
-rw-r--r--media-tv/kodi/kodi-9999.ebuild7
2 files changed, 8 insertions, 4 deletions
diff --git a/media-tv/kodi/ChangeLog b/media-tv/kodi/ChangeLog
index 0a95c7188016..f65762d053a8 100644
--- a/media-tv/kodi/ChangeLog
+++ b/media-tv/kodi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/kodi
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v 1.18 2015/07/17 02:45:34 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/ChangeLog,v 1.19 2015/08/05 13:25:06 vapier Exp $
+
+ 05 Aug 2015; Mike Frysinger <vapier@gentoo.org> kodi-9999.ebuild:
+ Make dbus optional #556668 by Kirill A. Shutemov.
17 Jul 2015; Mike Frysinger <vapier@gentoo.org> kodi-14.1.ebuild:
Make libmicrohttpd dep unconditional for current release as backporting the
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
index e9411173b71a..ff1085ad071d 100644
--- a/media-tv/kodi/kodi-9999.ebuild
+++ b/media-tv/kodi/kodi-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-9999.ebuild,v 1.17 2015/07/10 11:53:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/kodi/kodi-9999.ebuild,v 1.18 2015/08/05 13:25:06 vapier Exp $
EAPI="5"
@@ -33,7 +33,7 @@ HOMEPAGE="http://kodi.tv/ http://kodi.wiki/"
LICENSE="GPL-2"
SLOT="0"
-IUSE="airplay alsa avahi bluetooth bluray caps cec css debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs rtmp +samba sftp +spectrum test +texturepacker udisks upnp upower +usb vaapi vdpau +waveform webserver +X"
+IUSE="airplay alsa avahi bluetooth bluray caps cec css dbus debug +fishbmc gles goom java joystick midi mysql nfs +opengl profile +projectm pulseaudio +rsxs rtmp +samba sftp +spectrum test +texturepacker udisks upnp upower +usb vaapi vdpau +waveform webserver +X"
REQUIRED_USE="
rsxs? ( X )
"
@@ -89,7 +89,7 @@ COMMON_DEPEND="${PYTHON_DEPS}
net-misc/curl
samba? ( >=net-fs/samba-3.4.6[smbclient(+)] )
bluetooth? ( net-wireless/bluez )
- sys-apps/dbus
+ dbus? ( sys-apps/dbus )
caps? ( sys-libs/libcap )
sys-libs/zlib
virtual/jpeg
@@ -200,6 +200,7 @@ src_configure() {
$(use_enable caps libcap) \
$(use_enable cec libcec) \
$(use_enable css dvdcss) \
+ $(use_enable dbus) \
$(use_enable debug) \
$(use_enable fishbmc) \
$(use_enable gles) \