From ae5f423f9e931dc083f68986c2408dffd947108c Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Sat, 22 Dec 2007 18:16:33 +0000 Subject: Use new eclass functions (Portage version: 2.1.3.16) --- x11-libs/qt-webkit/qt-webkit-4.4.0_rc1.ebuild | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'x11-libs/qt-webkit') 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() -- cgit v1.2.3-65-gdbad