Skip to content

Commit

Permalink
media-tv/kodi: remove sftp use flag on -9999 ebuild
Browse files Browse the repository at this point in the history
See xbmc/xbmc#12005

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
candrews committed Jun 20, 2018
1 parent ab45c24 commit 847dd82
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions media-tv/kodi/kodi-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
Expand Down Expand Up @@ -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? (
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 847dd82

Please sign in to comment.