diff options
author | Ben de Groot <yngwin@gentoo.org> | 2009-02-04 21:14:02 +0000 |
---|---|---|
committer | Ben de Groot <yngwin@gentoo.org> | 2009-02-04 21:14:02 +0000 |
commit | 39d376460d1c99711cc7d8b02cfeab3b1916319f (patch) | |
tree | f38a2cec950aa22b33afb66a16aacef4433e694d /x11-libs | |
parent | ia64/sparc stable wrt #254440 (diff) | |
download | gentoo-2-39d376460d1c99711cc7d8b02cfeab3b1916319f.tar.gz gentoo-2-39d376460d1c99711cc7d8b02cfeab3b1916319f.tar.bz2 gentoo-2-39d376460d1c99711cc7d8b02cfeab3b1916319f.zip |
Clean up DEPEND now that proper webkit useflag masks are in profiles
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-assistant/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/x11-libs/qt-assistant/ChangeLog b/x11-libs/qt-assistant/ChangeLog index 6a3a98c450de..e810efd9e459 100644 --- a/x11-libs/qt-assistant/ChangeLog +++ b/x11-libs/qt-assistant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/qt-assistant # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.22 2009/01/31 18:15:50 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/ChangeLog,v 1.23 2009/02/04 21:14:02 yngwin Exp $ + + 04 Feb 2009; Ben de Groot <yngwin@gentoo.org> qt-assistant-4.4.2-r1: + Clean up DEPEND now that proper webkit useflag masks are in profiles 31 Jan 2009; Tobias Klausmann <klausman@gentoo.org> qt-assistant-4.4.2-r1.ebuild: diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild index 4f620eb55f1f..60f22569db92 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild,v 1.5 2009/01/31 18:15:50 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.2-r1.ebuild,v 1.6 2009/02/04 21:14:02 yngwin Exp $ EAPI="1" inherit qt4-build -DESCRIPTION="The assistant help module for the Qt toolkit." +DESCRIPTION="The assistant help module for the Qt toolkit" HOMEPAGE="http://www.trolltech.com/" LICENSE="|| ( GPL-3 GPL-2 )" @@ -15,8 +15,7 @@ IUSE="+webkit" DEPEND="~x11-libs/qt-gui-${PV} ~x11-libs/qt-sql-${PV} - !alpha? ( !ia64? ( !sparc? ( webkit? ( ~x11-libs/qt-webkit-${PV} ) ) ) ) - !<=x11-libs/qt-4.4.0_alpha:${SLOT}" + webkit? ( ~x11-libs/qt-webkit-${PV} )" RDEPEND="${DEPEND}" # Pixeltool isn't really assistant related, but it relies on |