diff options
Diffstat (limited to 'x11-libs/qt/qt-4.5.1.ebuild')
-rw-r--r-- | x11-libs/qt/qt-4.5.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/qt/qt-4.5.1.ebuild b/x11-libs/qt/qt-4.5.1.ebuild index 9d6107725f3d..db7690d875a5 100644 --- a/x11-libs/qt/qt-4.5.1.ebuild +++ b/x11-libs/qt/qt-4.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.5.1.ebuild,v 1.6 2009/05/29 23:25:42 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-4.5.1.ebuild,v 1.7 2009/05/30 19:26:45 yngwin Exp $ EAPI=2 DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.qtsoftware.com/" LICENSE="|| ( LGPL-2.1 GPL-3 )" SLOT="4" KEYWORDS="~alpha ~amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 -sparc ~x86" -IUSE="+dbus kde opengl +qt3support" +IUSE="+dbus opengl +qt3support" DEPEND="" RDEPEND="~x11-libs/qt-core-${PV} @@ -21,7 +21,6 @@ RDEPEND="~x11-libs/qt-core-${PV} dbus? ( ~x11-libs/qt-dbus-${PV} ) opengl? ( ~x11-libs/qt-opengl-${PV} ) || ( ~x11-libs/qt-phonon-${PV} media-sound/phonon ) - kde? ( media-sound/phonon ) qt3support? ( ~x11-libs/qt-qt3support-${PV} ) ~x11-libs/qt-webkit-${PV} ~x11-libs/qt-test-${PV} |