media-tv/kodi: remove sftp use flag on -9999 ebuild
authorCraig Andrews <candrews@gentoo.org>
Wed, 20 Jun 2018 13:50:32 +0000 (09:50 -0400)
committerCraig Andrews <candrews@gentoo.org>
Wed, 20 Jun 2018 13:50:32 +0000 (09:50 -0400)
See https://github.com/xbmc/xbmc/pull/12005

Package-Manager: Portage-2.3.6, Repoman-2.3.2

media-tv/kodi/kodi-9999.ebuild

index 75650d947f2b88f9353fae61ef86f35c0b949094..b7c96d71f194ab7ebf9e778e983819ca1b6a2a48 100644 (file)
@@ -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)