Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dependencies for media-libs/phonon-vlc
Date: Tue, 25 Nov 2014 19:15:51
Message-Id: 20141125191532.GA11464@waltdnes.org
In Reply to: [gentoo-user] dependencies for media-libs/phonon-vlc by Joseph
1 On Tue, Nov 25, 2014 at 11:13:25AM -0700, Joseph wrote
2 > I'm getting a message for: media-libs/phonon-vlc
3 >
4 > Calculating dependencies /
5 >
6 > !!! Problem resolving dependencies for media-libs/phonon-vlc
7 > ... done!
8 >
9 > !!! The ebuild selected to satisfy "media-libs/phonon-vlc" has unmet requirements.
10 > - media-libs/phonon-vlc-0.7.2::gentoo USE="-debug -qt4 (-qt5)" ABI_X86="64"
11 >
12 > The following REQUIRED_USE flag constraints are unsatisfied:
13 > any-of ( qt4 qt5 )
14 >
15 > What does it want?
16 > I've tried in package.use
17 > media-libs/phonon-vlc -debug -qt4 (-qt5)
18 >
19 > it doesn't help.
20
21 It says that you need to *ADD* any of qt4 or qt5. The qt5 flag appears
22 to be masked out; note the parentheses around it... "(-qt5)". So your
23 only choice adding qt4 support. Here's how to do it in package.use...
24
25 media-libs/phonon-vlc -debug qt4
26
27 You had "-qt4" which says to disable qt4 support.
28
29 --
30 Walter Dnes <waltdnes@××××××××.org>
31 I don't run "desktop environments"; I run useful applications