diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-01-22 14:11:44 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-01-22 14:11:44 +0000 |
commit | dad25de094dba3f980ff79716fa9a47e1fe44505 (patch) | |
tree | 2f475e0d6d3404fcf731519c532ad5fe07367c16 /x11-libs | |
parent | Remove unused GTK+-1.2 versions. (diff) | |
download | gentoo-2-dad25de094dba3f980ff79716fa9a47e1fe44505.tar.gz gentoo-2-dad25de094dba3f980ff79716fa9a47e1fe44505.tar.bz2 gentoo-2-dad25de094dba3f980ff79716fa9a47e1fe44505.zip |
Add pixeltool to build
(Portage version: 2.1.4)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild index 3e3e22b129ef..9e30239787e5 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.0_rc1.ebuild,v 1.5 2008/01/22 13:29:07 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.6 2008/01/22 14:11:44 caleb Exp $ inherit qt4-build @@ -22,7 +22,10 @@ RDEPEND="~x11-libs/qt-gui-${PV} DEPEND="${RDEPEND}" -QT4_TARGET_DIRECTORIES="tools/assistant" +# pixeltool isn't really assistant related, but it relies on +# the assistant libraries, so we'll put it here for now + +QT4_TARGET_DIRECTORIES="tools/assistant tools/pixeltool" src_unpack() { qt4-build_src_unpack |