media-tv/kodi: remove nonfree use flag on -9999 ebuild
authorCraig Andrews <candrews@integralblue.com>
Tue, 30 May 2017 15:36:35 +0000 (11:36 -0400)
committerDavid Seifert <soap@gentoo.org>
Wed, 31 May 2017 06:40:13 +0000 (08:40 +0200)
See https://github.com/xbmc/xbmc/pull/11912

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4758

media-tv/kodi/kodi-9999.ebuild

index c949c30b7f70671c2cdadf86674b99ff692b4032..c0e5d5835a040e93277c64930ed77af95b2873ea 100644 (file)
@@ -27,7 +27,7 @@ SLOT="0"
 # use flag is called libusb so that it doesn't fool people in thinking that
 # it is _required_ for USB support. Otherwise they'll disable udev and
 # that's going to be worse.
-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"
+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"
 REQUIRED_USE="
        ${PYTHON_REQUIRED_USE}
        || ( gles opengl )
@@ -219,7 +219,6 @@ src_configure() {
                -DENABLE_MICROHTTPD=$(usex webserver)
                -DENABLE_MYSQLCLIENT=$(usex mysql)
                -DENABLE_NFS=$(usex nfs)
-               -DENABLE_NONFREE=$(usex nonfree)
                -DENABLE_OPENGLES=$(usex gles)
                -DENABLE_OPENGL=$(usex opengl)
                -DENABLE_OPENSSL=ON