diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2011-03-26 17:11:03 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2011-03-26 17:11:03 +0000 |
commit | 395368a9aaccf58449bfb5579d75f8abe4f70196 (patch) | |
tree | 97f9f766d45151df21c66cae0a166c2d31c0b1d6 /x11-libs/qt/qt-4.7.1.ebuild | |
parent | Unbundled Superlu and Qhull, #357879 (diff) | |
download | historical-395368a9aaccf58449bfb5579d75f8abe4f70196.tar.gz historical-395368a9aaccf58449bfb5579d75f8abe4f70196.tar.bz2 historical-395368a9aaccf58449bfb5579d75f8abe4f70196.zip |
Adapt phonon dependency for package move
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt/qt-4.7.1.ebuild')
-rw-r--r-- | x11-libs/qt/qt-4.7.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-libs/qt/qt-4.7.1.ebuild b/x11-libs/qt/qt-4.7.1.ebuild index 31b06be2c76d..f91da77495b0 100644 --- a/x11-libs/qt/qt-4.7.1.ebuild +++ b/x11-libs/qt/qt-4.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.7.1.ebuild,v 1.1 2010/11/13 21:40:55 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.7.1.ebuild,v 1.2 2011/03/26 17:11:03 dilfridge Exp $ EAPI=2 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" @@ -20,8 +20,8 @@ RDEPEND="~x11-libs/qt-core-${PV} ~x11-libs/qt-xmlpatterns-${PV} dbus? ( ~x11-libs/qt-dbus-${PV} ) opengl? ( ~x11-libs/qt-opengl-${PV} ) - !kde? ( || ( ~x11-libs/qt-phonon-${PV} media-sound/phonon ) ) - kde? ( media-sound/phonon ) + !kde? ( || ( ~x11-libs/qt-phonon-${PV} media-libs/phonon ) ) + kde? ( media-libs/phonon ) qt3support? ( ~x11-libs/qt-qt3support-${PV} ) ~x11-libs/qt-webkit-${PV} ~x11-libs/qt-test-${PV} |