commit: 847dd82a0e2310970884013db3aa83c34a1380ed Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Wed Jun 20 13:50:32 2018 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Wed Jun 20 13:50:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=847dd82a
media-tv/kodi: remove sftp use flag on -9999 ebuild See https://github.com/xbmc/xbmc/pull/12005 Package-Manager: Portage-2.3.6, Repoman-2.3.2 media-tv/kodi/kodi-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 75650d947f2..b7c96d71f19 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -28,7 +28,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 gbm gles lcms libressl libusb lirc mysql nfs +opengl pulseaudio samba sftp systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau wayland webserver +X +xslt zeroconf" +IUSE="airplay alsa bluetooth bluray caps cec +css dbus debug dvd gbm gles lcms libressl libusb lirc mysql nfs +opengl pulseaudio samba systemd +system-ffmpeg test +udev udisks upnp upower vaapi vdpau wayland webserver +X +xslt zeroconf" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} gbm? ( gles ) @@ -84,7 +84,6 @@ COMMON_DEPEND="${PYTHON_DEPS} libressl? ( dev-libs/libressl:0= ) pulseaudio? ( media-sound/pulseaudio ) samba? ( >=net-fs/samba-3.4.6[smbclient(+)] ) - sftp? ( net-libs/libssh[sftp] ) >=sys-libs/zlib-1.2.11 udev? ( virtual/udev ) vaapi? ( @@ -245,7 +244,6 @@ src_configure() { -DENABLE_PLIST=$(usex airplay) -DENABLE_PULSEAUDIO=$(usex pulseaudio) -DENABLE_SMBCLIENT=$(usex samba) - -DENABLE_SSH=$(usex sftp) -DENABLE_UDEV=$(usex udev) -DENABLE_UPNP=$(usex upnp) -DENABLE_VAAPI=$(usex vaapi)
