diff options
author | Craig Andrews <candrews@integralblue.com> | 2017-05-30 11:36:35 -0400 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-31 08:40:13 +0200 |
commit | 65d95bb70dcee9feedc11ccf68883a7a28632882 (patch) | |
tree | 16a3eb55a308b6115e4eb86e5ecc32b89408bb7e /media-tv/kodi/kodi-9999.ebuild | |
parent | media-tv/kodi: 17.3 version bump (diff) | |
download | gentoo-65d95bb70dcee9feedc11ccf68883a7a28632882.tar.gz gentoo-65d95bb70dcee9feedc11ccf68883a7a28632882.tar.bz2 gentoo-65d95bb70dcee9feedc11ccf68883a7a28632882.zip |
media-tv/kodi: remove nonfree use flag on -9999 ebuild
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
Diffstat (limited to 'media-tv/kodi/kodi-9999.ebuild')
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index c949c30b7f70..c0e5d5835a04 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -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 |