summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-12-17 22:46:04 +0800
committerIan Delaney <idella4@gentoo.org>2015-12-17 22:46:38 +0800
commit4e4c506ea085fc9b4a04f6d9f06468030a6dd12b (patch)
tree31a332e527da05e8f64f87d1f247d390557116ff /media-video
parent90e3ac05a33e2ab51bfa04e2a677241d120e1ee0 (diff)
downloadgentoo-4e4c506ea085fc9b4a04f6d9f06468030a6dd12b.tar.gz
gentoo-4e4c506ea085fc9b4a04f6d9f06468030a6dd12b.tar.xz
media-video/vlc: correct dep string to cater to paludis
fix proposed by Will S, endorsed by proxy maintainer via gentoo bug Gentoo bug: #567040 Package-Manager: portage-2.2.24
Diffstat (limited to 'media-video')
-rw-r--r--media-video/vlc/vlc-2.2.1-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-2.2.1-r1.ebuild b/media-video/vlc/vlc-2.2.1-r1.ebuild
index ff414018404..13087bf94c9 100644
--- a/media-video/vlc/vlc-2.2.1-r1.ebuild
+++ b/media-video/vlc/vlc-2.2.1-r1.ebuild
@@ -124,9 +124,11 @@ RDEPEND="
projectm? ( media-libs/libprojectm:0 media-fonts/dejavu:0 )
pulseaudio? ( >=media-sound/pulseaudio-1:0 )
qt4? ( >=dev-qt/qtgui-4.6:4 >=dev-qt/qtcore-4.6:4 )
- qt5? ( >=dev-qt/qtgui-5.1:5 >=dev-qt/qtcore-5.1:5 >=dev-qt/qtwidgets-5.1:5 >=dev-qt/qtx11extras-5.1:5 )
+ qt5? ( >=dev-qt/qtgui-5.1:5 >=dev-qt/qtcore-5.1:5 >=dev-qt/qtwidgets-5.1:5
+ >=dev-qt/qtx11extras-5.1:5 )
rdp? ( >=net-misc/freerdp-1.0.1:0=[client] )
- samba? ( || ( >=net-fs/samba-3.4.6:0[smbclient] >=net-fs/samba-4:0[client] ) )
+ samba? ( || ( ( >=net-fs/samba-3.4.6:0[smbclient] <net-fs/samba-4.0.0_alpha1:0[smbclient] )
+ >=net-fs/samba-4.0.0_alpha1:0[client] ) )
schroedinger? ( >=media-libs/schroedinger-1.0.10:0 )
sdl? ( >=media-libs/libsdl-1.2.10:0
sdl-image? ( >=media-libs/sdl-image-1.2.10:0 sys-libs/zlib:0 ) )