diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-22 16:30:25 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-22 16:30:25 +0000 |
commit | 2704362a29182c7b35d06309b0160cea6b252bff (patch) | |
tree | b2f8c289c530d2fe0d4e6dd6a6a6b6f5431cff4b /x11-libs/qt-core | |
parent | Some new functions (diff) | |
download | gentoo-2-2704362a29182c7b35d06309b0160cea6b252bff.tar.gz gentoo-2-2704362a29182c7b35d06309b0160cea6b252bff.tar.bz2 gentoo-2-2704362a29182c7b35d06309b0160cea6b252bff.zip |
New version, add an unset QMAKESPEC to src_compile and take advantage of new eclass stuff
(Portage version: 2.1.3.16)
Diffstat (limited to 'x11-libs/qt-core')
-rw-r--r-- | x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild | 9 |
1 files changed, 6 insertions, 3 deletions
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 +} |