From 12521e5911210536d27112af6b63db41663a907a Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Sat, 4 Mar 2017 21:38:42 +0300 Subject: media-sound/clementine: remove vkontakte USE flag Due to vk.com disabled it's public music API the corresponding functionality in clementine doesn't work anymore and was removed from the git, so disable it premanenly in recent release and remove the USE from the live version. See https://github.com/clementine-player/Clementine/issues/5591 Closes: https://github.com/gentoo/gentoo/pull/4121 --- media-sound/clementine/clementine-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'media-sound/clementine/clementine-9999.ebuild') diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 66cfb44168cd..bfe62ae2d819 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -19,7 +19,7 @@ LICENSE="GPL-3" SLOT="0" [[ ${PV} == *9999* ]] || \ KEYWORDS="~amd64 ~x86" -IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp projectm pulseaudio seafile skydrive test +udisks udisks_legacy vkontakte wiimote" +IUSE="box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar mtp projectm pulseaudio seafile skydrive test +udisks udisks_legacy wiimote" IUSE+="${LANGS// / linguas_}" REQUIRED_USE=" @@ -132,7 +132,6 @@ src_configure() { -DENABLE_LIBPULSE="$(usex pulseaudio)" -DENABLE_SEAFILE="$(usex seafile)" -DENABLE_SKYDRIVE="$(usex skydrive)" - -DENABLE_VK="$(usex vkontakte)" -DENABLE_SPOTIFY_BLOB=OFF -DENABLE_BREAKPAD=OFF #< disable crash reporting -DUSE_BUILTIN_TAGLIB=OFF -- cgit v1.2.3-65-gdbad