Skip to content

Commit

Permalink
media-tv/kodi: drop libdvdcss requirement to match upstream
Browse files Browse the repository at this point in the history
See upstream:
xbmc/xbmc@5138926
  • Loading branch information
vapier committed Mar 2, 2016
1 parent 5228d29 commit 79c2d8a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions media-tv/kodi/kodi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ HOMEPAGE="https://kodi.tv/ http://kodi.wiki/"

LICENSE="GPL-2"
SLOT="0"
IUSE="airplay alsa avahi bluetooth bluray caps cec css dbus debug gles java joystick midi mysql nfs +opengl profile pulseaudio rtmp +samba sftp test +texturepacker udisks upnp upower +usb vaapi vdpau webserver +X"
IUSE="airplay alsa avahi bluetooth bluray caps cec dbus debug gles java joystick midi mysql nfs +opengl profile pulseaudio rtmp +samba sftp test +texturepacker udisks upnp upower +usb vaapi vdpau webserver +X"
# gles/vaapi: http://trac.kodi.tv/ticket/10552 #464306
REQUIRED_USE="
|| ( gles opengl )
Expand Down Expand Up @@ -69,7 +69,6 @@ COMMON_DEPEND="${PYTHON_DEPS}
media-libs/jbigkit
>=media-libs/libass-0.9.7
bluray? ( >=media-libs/libbluray-0.7.0 )
css? ( media-libs/libdvdcss )
media-libs/libmad
media-libs/libmodplug
media-libs/libogg
Expand Down Expand Up @@ -212,7 +211,6 @@ src_configure() {
$(use_enable bluray libbluray) \
$(use_enable caps libcap) \
$(use_enable cec libcec) \
$(use_enable css dvdcss) \
$(use_enable dbus) \
$(use_enable debug) \
$(use_enable gles) \
Expand Down

0 comments on commit 79c2d8a

Please sign in to comment.