summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2017-03-04 21:38:42 +0300
committerLars Wendler <polynomial-c@gentoo.org>2017-03-04 21:08:46 +0100
commit12521e5911210536d27112af6b63db41663a907a (patch)
treefd25454e1abb2bca86df0b11d040ef30d75ac1b3 /media-sound/clementine/clementine-9999.ebuild
parentRemove nvinson234@gmail.com as maintainer (diff)
downloadgentoo-12521e5911210536d27112af6b63db41663a907a.tar.gz
gentoo-12521e5911210536d27112af6b63db41663a907a.tar.bz2
gentoo-12521e5911210536d27112af6b63db41663a907a.zip
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
Diffstat (limited to 'media-sound/clementine/clementine-9999.ebuild')
-rw-r--r--media-sound/clementine/clementine-9999.ebuild3
1 files changed, 1 insertions, 2 deletions
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