Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/kodi/
Date: Wed, 31 May 2017 06:41:14
Message-Id: 1496212813.65d95bb70dcee9feedc11ccf68883a7a28632882.soap@gentoo
1 commit: 65d95bb70dcee9feedc11ccf68883a7a28632882
2 Author: Craig Andrews <candrews <AT> integralblue <DOT> com>
3 AuthorDate: Tue May 30 15:36:35 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed May 31 06:40:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65d95bb7
7
8 media-tv/kodi: remove nonfree use flag on -9999 ebuild
9
10 See https://github.com/xbmc/xbmc/pull/11912
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.2
13 Closes: https://github.com/gentoo/gentoo/pull/4758
14
15 media-tv/kodi/kodi-9999.ebuild | 3 +--
16 1 file changed, 1 insertion(+), 2 deletions(-)
17
18 diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
19 index c949c30b7f7..c0e5d5835a0 100644
20 --- a/media-tv/kodi/kodi-9999.ebuild
21 +++ b/media-tv/kodi/kodi-9999.ebuild
22 @@ -27,7 +27,7 @@ SLOT="0"
23 # use flag is called libusb so that it doesn't fool people in thinking that
24 # it is _required_ for USB support. Otherwise they'll disable udev and
25 # that's going to be worse.
26 -IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles libressl libusb lirc mysql nfs nonfree +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf"
27 +IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gles libressl libusb lirc mysql nfs +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau webserver +X +xslt zeroconf"
28 REQUIRED_USE="
29 ${PYTHON_REQUIRED_USE}
30 || ( gles opengl )
31 @@ -219,7 +219,6 @@ src_configure() {
32 -DENABLE_MICROHTTPD=$(usex webserver)
33 -DENABLE_MYSQLCLIENT=$(usex mysql)
34 -DENABLE_NFS=$(usex nfs)
35 - -DENABLE_NONFREE=$(usex nonfree)
36 -DENABLE_OPENGLES=$(usex gles)
37 -DENABLE_OPENGL=$(usex opengl)
38 -DENABLE_OPENSSL=ON