diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-05-30 19:26:45 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-05-30 19:26:45 +0000 |
commit | fdcf57f7233d054cd6352c320d5d607ca46f6c70 (patch) | |
tree | 9d9ac75ced108d8b1751c81c6808010f4c83adf1 /x11-libs | |
parent | ppc stable #271674 (diff) | |
download | gentoo-2-fdcf57f7233d054cd6352c320d5d607ca46f6c70.tar.gz gentoo-2-fdcf57f7233d054cd6352c320d5d607ca46f6c70.tar.bz2 gentoo-2-fdcf57f7233d054cd6352c320d5d607ca46f6c70.zip |
Revert kde useflag addition, as it breaks stable
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt/qt-4.5.1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/qt/ChangeLog b/x11-libs/qt/ChangeLog index a3fcca37f294..7c0893e1ba8a 100644 --- a/x11-libs/qt/ChangeLog +++ b/x11-libs/qt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.578 2009/05/29 23:25:42 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/ChangeLog,v 1.579 2009/05/30 19:26:45 yngwin Exp $ + + 30 May 2009; Ben de Groot <yngwin@gentoo.org> qt-4.5.1.ebuild: + Revert kde useflag addition, as it breaks stable 29 May 2009; Ben de Groot <yngwin@gentoo.org> qt-4.5.1.ebuild: Add kde useflag to make dependency calculation easier, bug 270188 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} |