diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-21 20:02:28 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-21 20:02:28 +0000 |
commit | f5eaba13e5aba2f653f2e6e9255563cee202f1ce (patch) | |
tree | 209d50e1cacc006c7c982fe1e086aeabf6bbf424 /x11-libs/qt-phonon | |
parent | version dep fix (diff) | |
download | gentoo-2-f5eaba13e5aba2f653f2e6e9255563cee202f1ce.tar.gz gentoo-2-f5eaba13e5aba2f653f2e6e9255563cee202f1ce.tar.bz2 gentoo-2-f5eaba13e5aba2f653f2e6e9255563cee202f1ce.zip |
version dep fix
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-libs/qt-phonon')
-rw-r--r-- | x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild b/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild index cb72fb82a97a..5c07a53d4a32 100644 --- a/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild +++ b/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild,v 1.3 2007/12/21 19:35:11 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-phonon/qt-phonon-4.4.0_rc1.ebuild,v 1.4 2007/12/21 20:02:28 caleb Exp $ inherit qt4-build @@ -19,7 +19,7 @@ KEYWORDS="~x86" IUSE="debug dbus" -RDEPEND="=x11-libs/qt-gui-4.4.0_rc1 +RDEPEND="~x11-libs/qt-gui-${PV} media-libs/gstreamer media-libs/gst-plugins-base dbus? ( =x11-libs/qt-dbus-${PV} )" |