diff options
author | 2007-12-21 20:06:11 +0000 | |
---|---|---|
committer | 2007-12-21 20:06:11 +0000 | |
commit | 741fb7798475161a209c56c7b35feb2aa734c652 (patch) | |
tree | 5fff29273f8e11f2cfcfb4cb2f4a6ed510117eef /x11-libs/qt-webkit | |
parent | Use flag fix (diff) | |
download | gentoo-2-741fb7798475161a209c56c7b35feb2aa734c652.tar.gz gentoo-2-741fb7798475161a209c56c7b35feb2aa734c652.tar.bz2 gentoo-2-741fb7798475161a209c56c7b35feb2aa734c652.zip |
Use flag fix
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-libs/qt-webkit')
-rw-r--r-- | x11-libs/qt-webkit/qt-webkit-4.4.0_rc1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-libs/qt-webkit/qt-webkit-4.4.0_rc1.ebuild b/x11-libs/qt-webkit/qt-webkit-4.4.0_rc1.ebuild index 84d43fcde4a1..feebe5a4e6f0 100644 --- a/x11-libs/qt-webkit/qt-webkit-4.4.0_rc1.ebuild +++ b/x11-libs/qt-webkit/qt-webkit-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 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_rc1.ebuild,v 1.5 2007/12/21 19:34:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.4.0_rc1.ebuild,v 1.6 2007/12/21 20:06:11 caleb Exp $ inherit qt4-build @@ -17,8 +17,6 @@ LICENSE="|| ( QPL-1.0 GPL-2 )" SLOT="4" KEYWORDS="~x86" -IUSE="debug" - RDEPEND="~x11-libs/qt-gui-${PV}" DEPEND="${RDEPEND}" @@ -58,3 +56,4 @@ pkg_postrm() { qconfig_remove_option webkit } + |