diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:43:13 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-04-10 13:43:13 +0000 |
commit | 7952a80eab45a567346981e99677b32ec6614628 (patch) | |
tree | 8b56908b5e2027f52c3afbc44df05ce8095d3f6f /x11-libs | |
parent | Version bump qt-script to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhau... (diff) | |
download | gentoo-2-7952a80eab45a567346981e99677b32ec6614628.tar.gz gentoo-2-7952a80eab45a567346981e99677b32ec6614628.tar.bz2 gentoo-2-7952a80eab45a567346981e99677b32ec6614628.zip |
Version bump qt-sql to 4.4.0_rc1. Thanks to Bo Andresen and Bernd Steinhauser.
(Portage version: 2.1.5_rc2)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/qt-sql/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild (renamed from x11-libs/qt-sql/qt-sql-4.4.0_beta1.ebuild) | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-libs/qt-sql/ChangeLog b/x11-libs/qt-sql/ChangeLog index e293eda56efd..166aa839f746 100644 --- a/x11-libs/qt-sql/ChangeLog +++ b/x11-libs/qt-sql/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/qt-sql # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.4 2008/03/09 15:31:29 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/ChangeLog,v 1.5 2008/04/10 13:43:13 ingmar Exp $ + + 10 Apr 2008; Ingmar Vanhassel <ingmar@gentoo.org> + -qt-sql-4.4.0_beta1.ebuild, +qt-sql-4.4.0_rc1.ebuild: + Version bump qt-sql to 4.4.0_rc1. Thanks to Bo Andresen and Bernd + Steinhauser. 09 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> qt-sql-4.4.0_beta1.ebuild: diff --git a/x11-libs/qt-sql/qt-sql-4.4.0_beta1.ebuild b/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild index cd30235818e3..d3775dc3c1da 100644 --- a/x11-libs/qt-sql/qt-sql-4.4.0_beta1.ebuild +++ b/x11-libs/qt-sql/qt-sql-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-sql/qt-sql-4.4.0_beta1.ebuild,v 1.2 2008/03/09 15:31:29 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild,v 1.7 2008/04/10 13:43:13 ingmar Exp $ EAPI="1" inherit qt4-build @@ -51,10 +51,10 @@ src_compile() { 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-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig - -no-glib -no-opengl" + -no-glib -no-opengl -no-svg" qt4-build_src_compile } |