diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:44:11 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:44:11 +0000 |
commit | 2a4d99179d703cb43cedc916bef4d0046e99bb27 (patch) | |
tree | 6d1c46c6190afc798f507c65f3b309bbfb6777ea /x11-libs/qt-test | |
parent | Version bump qt-svg to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhauser. (diff) | |
download | gentoo-2-2a4d99179d703cb43cedc916bef4d0046e99bb27.tar.gz gentoo-2-2a4d99179d703cb43cedc916bef4d0046e99bb27.tar.bz2 gentoo-2-2a4d99179d703cb43cedc916bef4d0046e99bb27.zip |
Version bump qt-test to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhauser.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'x11-libs/qt-test')
-rw-r--r-- | x11-libs/qt-test/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-test/qt-test-4.4.0_rc1.ebuild (renamed from x11-libs/qt-test/qt-test-4.4.0_beta1.ebuild) | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-libs/qt-test/ChangeLog b/x11-libs/qt-test/ChangeLog index 58a77f9aaf3b..f8c4b211b4c7 100644 --- a/x11-libs/qt-test/ChangeLog +++ b/x11-libs/qt-test/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-test # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.3 2008/03/05 23:27:21 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/ChangeLog,v 1.4 2008/04/10 13:44:11 ingmar Exp $ + + 10 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -qt-test-4.4.0_beta1.ebuild, +qt-test-4.4.0_rc1.ebuild: + Version bump qt-test to 4.4.0_rc1. Thanks to Bo Andresen and Bernd + Steinhauser. 05 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -qt-test-4.4.0_rc1.ebuild: diff --git a/x11-libs/qt-test/qt-test-4.4.0_beta1.ebuild b/x11-libs/qt-test/qt-test-4.4.0_rc1.ebuild index 2880df983b09..f1de015fcd69 100644 --- a/x11-libs/qt-test/qt-test-4.4.0_beta1.ebuild +++ b/x11-libs/qt-test/qt-test-4.4.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.4.0_beta1.ebuild,v 1.1 2008/03/05 23:11:13 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-test/qt-test-4.4.0_rc1.ebuild,v 1.5 2008/04/10 13:44:11 ingmar Exp $ inherit qt4-build @@ -21,10 +21,10 @@ src_compile() { local myconf myconf="${myconf} -no-xkb -no-tablet -no-fontconfig -no-xrender -no-xrandr -no-xfixes -no-xcursor -no-xinerama -no-xshape -no-sm -no-opengl - -no-nas-sound -no-qdbus -iconv -no-cups -no-nis -no-gif -no-libpng + -no-nas-sound -no-dbus -iconv -no-cups -no-nis -no-gif -no-libpng -no-libmng -no-libjpeg -no-openssl -system-zlib -no-webkit -no-phonon -no-qt3support -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility - -no-fontconfig -no-glib -no-opengl" + -no-fontconfig -no-glib -no-opengl -no-svg" qt4-build_src_compile } |