summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2007-12-22 18:16:33 +0000
committerCaleb Tennis <caleb@gentoo.org>2007-12-22 18:16:33 +0000
commitae5f423f9e931dc083f68986c2408dffd947108c (patch)
tree9656a464259a639aafccde53eb2349f27735bf5b /x11-libs/qt-webkit
parentUse new eclass functions (diff)
downloadgentoo-2-ae5f423f9e931dc083f68986c2408dffd947108c.tar.gz
gentoo-2-ae5f423f9e931dc083f68986c2408dffd947108c.tar.bz2
gentoo-2-ae5f423f9e931dc083f68986c2408dffd947108c.zip
Use new eclass functions
(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.ebuild12
1 files changed, 4 insertions, 8 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 5debeae4d08b..7a6bfb05c636 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.7 2007/12/21 22:38:38 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-webkit/qt-webkit-4.4.0_rc1.ebuild,v 1.8 2007/12/22 18:16:33 caleb Exp $
inherit qt4-build
@@ -21,6 +21,8 @@ RDEPEND="~x11-libs/qt-gui-${PV}"
DEPEND="${RDEPEND}"
+QT4_TARGET_DIRECTORIES="src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview"
+
src_unpack() {
qt4-build_src_unpack
@@ -37,13 +39,7 @@ src_compile() {
echo ./configure ${myconf}
./configure ${myconf} || die
- build_directories src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview
-}
-
-src_install() {
- install_directories src/3rdparty/webkit/WebCore tools/designer/src/plugins/qwebview
-
- fix_library_files
+ build_target_directories
}
pkg_postinst()