From 2704362a29182c7b35d06309b0160cea6b252bff Mon Sep 17 00:00:00 2001 From: Caleb Tennis Date: Sat, 22 Dec 2007 16:30:25 +0000 Subject: New version, add an unset QMAKESPEC to src_compile and take advantage of new eclass stuff (Portage version: 2.1.3.16) --- x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'x11-libs/qt-core') diff --git a/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild b/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild index 56bda3121a56..1084553c8a47 100644 --- a/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild +++ b/x11-libs/qt-core/qt-core-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-core/qt-core-4.4.0_rc1.ebuild,v 1.2 2007/12/21 20:55:35 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild,v 1.3 2007/12/22 16:30:25 caleb Exp $ inherit qt4-build @@ -30,11 +30,14 @@ DEPEND="${RDEPEND} !=x11-libs/qt-4.1* !=x11-libs/qt-4.0*" +QT4_TARGET_DIRECTORIES="src/tools/moc src/tools/rcc src/tools/uic src/corelib src/xml src/network" + src_unpack() { qt4-build_src_unpack } src_compile() { + unset QMAKESPEC local myconf=$(standard_configure_options) use ssl && myconf="${myconf} -openssl" || myconf="${myconf} -no-openssl" @@ -49,7 +52,7 @@ src_compile() { echo ./configure ${myconf} ./configure ${myconf} || die - build_directories src/tools/moc src/tools/rcc src/tools/uic src/corelib src/xml src/network + build_target_directories } src_install() { @@ -122,4 +125,4 @@ pkg_setup() { fi fi fi -} \ No newline at end of file +} -- cgit v1.2.3-65-gdbad