summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-09-12 15:06:19 -0400
committerCraig Andrews <candrews@gentoo.org>2018-09-12 15:06:19 -0400
commit76c33462fd519ee4df11fec1426c82af5c4761e6 (patch)
treec1282739feb0b7c176bf427723e1d6e008faa443 /media-tv/kodi/kodi-9999.ebuild
parentnet-libs/grpc: version bump to 1.15.0 (diff)
downloadgentoo-76c33462fd519ee4df11fec1426c82af5c4761e6.tar.gz
gentoo-76c33462fd519ee4df11fec1426c82af5c4761e6.tar.bz2
gentoo-76c33462fd519ee4df11fec1426c82af5c4761e6.zip
media-tv/kodi: Use mariadb/mysql connector
Closes: https://bugs.gentoo.org/665926 Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'media-tv/kodi/kodi-9999.ebuild')
-rw-r--r--media-tv/kodi/kodi-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild
index 44cd4f61e398..3b98edc8e7e6 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 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 mariadb 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}
|| ( gles opengl )
@@ -77,7 +77,10 @@ COMMON_DEPEND="${PYTHON_DEPS}
libressl? ( media-video/ffmpeg[libressl,-openssl] )
!libressl? ( media-video/ffmpeg[-libressl,openssl] )
)
- mysql? ( virtual/mysql )
+ mysql? (
+ !mariadb? ( dev-db/mysql-connector-c:= )
+ mariadb? ( dev-db/mariadb-connector-c:= )
+ )
>=net-misc/curl-7.56.1
nfs? ( >=net-fs/libnfs-2.0.0:= )
opengl? ( media-libs/glu )