diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-10-14 16:43:28 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-10-14 16:43:50 -0400 |
commit | 83976ea47f4e5063fc005fe42aa85407536ed120 (patch) | |
tree | bc306f9e93637d164c43c01918c3118441d0960b /media-tv | |
parent | sys-apps/dbus-broker: bump to 16 (diff) | |
download | gentoo-83976ea47f4e5063fc005fe42aa85407536ed120.tar.gz gentoo-83976ea47f4e5063fc005fe42aa85407536ed120.tar.bz2 gentoo-83976ea47f4e5063fc005fe42aa85407536ed120.zip |
media-tv/kodi: mariadb-connector-c's mysqlcompat isn't required
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/kodi/kodi-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-tv/kodi/kodi-9999.ebuild b/media-tv/kodi/kodi-9999.ebuild index 3525e47d9ccd..ba4213d65c2a 100644 --- a/media-tv/kodi/kodi-9999.ebuild +++ b/media-tv/kodi/kodi-9999.ebuild @@ -79,7 +79,7 @@ COMMON_DEPEND="${PYTHON_DEPS} !libressl? ( media-video/ffmpeg[-libressl,openssl] ) ) mysql? ( dev-db/mysql-connector-c:= ) - mariadb? ( dev-db/mariadb-connector-c:=[mysqlcompat] ) + mariadb? ( dev-db/mariadb-connector-c:= ) >=net-misc/curl-7.56.1 nfs? ( >=net-fs/libnfs-2.0.0:= ) opengl? ( media-libs/glu ) |