From 847dd82a0e2310970884013db3aa83c34a1380ed Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Wed, 20 Jun 2018 09:50:32 -0400 Subject: 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(-) (limited to 'media-tv') diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 75650d947f2b..b7c96d71f194 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) -- cgit v1.2.3-65-gdbad