diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-12-02 19:22:19 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-12-02 19:22:19 +0000 |
commit | 2aff8c787368185d0f0f976a2d2f13821eb7e8dc (patch) | |
tree | 722b61b05a29ab289e248384c3fdd9873aefc182 /media-libs/phonon/phonon-4.4.3.ebuild | |
parent | amd64 stable, bug 390149 (diff) | |
download | historical-2aff8c787368185d0f0f976a2d2f13821eb7e8dc.tar.gz historical-2aff8c787368185d0f0f976a2d2f13821eb7e8dc.tar.bz2 historical-2aff8c787368185d0f0f976a2d2f13821eb7e8dc.zip |
Make the qt-phonon blocker a hard one...
Package-Manager: portage-2.1.10.39/cvs/Linux x86_64
Diffstat (limited to 'media-libs/phonon/phonon-4.4.3.ebuild')
-rw-r--r-- | media-libs/phonon/phonon-4.4.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/phonon/phonon-4.4.3.ebuild b/media-libs/phonon/phonon-4.4.3.ebuild index 89f5ee917d20..17afbd62f6bb 100644 --- a/media-libs/phonon/phonon-4.4.3.ebuild +++ b/media-libs/phonon/phonon-4.4.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.4.3.ebuild,v 1.3 2011/11/30 23:02:23 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/phonon/phonon-4.4.3.ebuild,v 1.4 2011/12/02 19:22:19 dilfridge Exp $ EAPI="2" @@ -17,7 +17,7 @@ IUSE="alsa aqua debug gstreamer pulseaudio +xcb +xine" RDEPEND=" !kde-base/phonon-xine - !x11-libs/qt-phonon:4 + !!x11-libs/qt-phonon:4 >=x11-libs/qt-test-4.6.0:4[aqua=] >=x11-libs/qt-dbus-4.6.0:4[aqua=] >=x11-libs/qt-gui-4.6.0:4[aqua=] @@ -36,7 +36,7 @@ RDEPEND=" ) " DEPEND="${RDEPEND} - !x11-libs/qt-phonon:4 + !!x11-libs/qt-phonon:4 >=dev-util/automoc-0.9.87 " |