diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-24 14:53:11 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-24 14:53:11 +0000 |
commit | 2e93fb0ef29233c51fe5a5bd6d3da3ac57ae49e2 (patch) | |
tree | e5fa95701ff36e5dda894aeb29a92bfd62403c25 /x11-libs/qt-gui | |
parent | Initial ebuild (diff) | |
download | gentoo-2-2e93fb0ef29233c51fe5a5bd6d3da3ac57ae49e2.tar.gz gentoo-2-2e93fb0ef29233c51fe5a5bd6d3da3ac57ae49e2.tar.bz2 gentoo-2-2e93fb0ef29233c51fe5a5bd6d3da3ac57ae49e2.zip |
Get rid of sql dep and assistant build, it's in another package now
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-libs/qt-gui')
-rw-r--r-- | x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild b/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild index b3e738e1f95d..f6934db4c1e2 100644 --- a/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild +++ b/x11-libs/qt-gui/qt-gui-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-gui/qt-gui-4.4.0_rc1.ebuild,v 1.5 2007/12/23 20:27:20 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.4.0_rc1.ebuild,v 1.6 2007/12/24 14:53:11 caleb Exp $ inherit eutils qt4-build @@ -21,13 +21,9 @@ IUSE_INPUT_DEVICES="input_devices_wacom" IUSE="accessibility cups dbus debug mng nas nis tiff xinerama ${IUSE_INPUT_DEVICES}" -# The dep on qt-sql may be able to come out when we track down which -# part of the build is linking to it. - RDEPEND="~x11-libs/qt-core-${PV} ~x11-libs/qt-script-${PV} dbus? ( ~x11-libs/qt-dbus-${PV} ) - ~x11-libs/qt-sql-${PV} x11-libs/libXrandr x11-libs/libXcursor x11-libs/libXfont @@ -49,7 +45,7 @@ DEPEND="${RDEPEND} x11-proto/xextproto x11-proto/inputproto" -QT4_TARGET_DIRECTORIES="src/gui tools/assistant tools/designer tools/linguist" +QT4_TARGET_DIRECTORIES="src/gui tools/designer tools/linguist" src_unpack() { qt4-build_src_unpack |