diff options
author | 2008-06-13 23:26:11 +0000 | |
---|---|---|
committer | 2008-06-13 23:26:11 +0000 | |
commit | e87db08059a4e6291049eef84d5e61fdc8ae9109 (patch) | |
tree | c9f0a15b2a1ef2f3bbfef4dafcdda2676ae8687a /x11-libs | |
parent | Make all split Qt4 ebuilds block the old monolithic ebuild. (diff) | |
download | gentoo-2-e87db08059a4e6291049eef84d5e61fdc8ae9109.tar.gz gentoo-2-e87db08059a4e6291049eef84d5e61fdc8ae9109.tar.bz2 gentoo-2-e87db08059a4e6291049eef84d5e61fdc8ae9109.zip |
Make all split Qt4 ebuilds block the old monolithic ebuild.
(Portage version: 2.1.5.4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-webkit/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-libs/qt-webkit/ChangeLog b/x11-libs/qt-webkit/ChangeLog index c221a2c49ecb..cd48b756a51a 100644 --- a/x11-libs/qt-webkit/ChangeLog +++ b/x11-libs/qt-webkit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-webkit # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.8 2008/05/30 05:37:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/ChangeLog,v 1.9 2008/06/13 23:26:11 ingmar Exp $ + + 13 Jun 2008; Ingmar Vanhassel <ingmar@gentoo.org> qt-webkit-4.4.0.ebuild: + Make all split Qt4 ebuilds block the old monolithic ebuild. 30 May 2008; Jeroen Roovers <jer@gentoo.org> qt-webkit-4.4.0.ebuild: Marked ~hppa (bug #223557). diff --git a/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild b/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild index 2f4e1e4da839..e20e90becaad 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild,v 1.3 2008/05/30 05:37:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.4.0.ebuild,v 1.4 2008/06/13 23:26:10 ingmar Exp $ +EAPI="1" inherit qt4-build DESCRIPTION="The Webkit module for the Qt toolkit." @@ -12,7 +13,8 @@ SLOT="4" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="" -DEPEND="~x11-libs/qt-gui-${PV}" +DEPEND="~x11-libs/qt-gui-${PV} + !<=x11-libs/qt-4.4.0_alpha:${SLOT}" RDEPEND="${DEPEND}" QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview" |