diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-24 14:39:52 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-24 14:39:52 +0000 |
commit | 629d9934e454e2fc64b82b4fde06bf5bc50a9b8c (patch) | |
tree | 19be2b10de9edb266e86bc3ad457f4524878d9a1 /x11-libs/qt-sql | |
parent | Stable on ppc wrt bug 203171 (diff) | |
download | gentoo-2-629d9934e454e2fc64b82b4fde06bf5bc50a9b8c.tar.gz gentoo-2-629d9934e454e2fc64b82b4fde06bf5bc50a9b8c.tar.bz2 gentoo-2-629d9934e454e2fc64b82b4fde06bf5bc50a9b8c.zip |
Don't use myconf twice
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-libs/qt-sql')
-rw-r--r-- | x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild b/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild index 70b921a2b228..cd8c27dbe9d0 100644 --- a/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild +++ b/x11-libs/qt-sql/qt-sql-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-sql/qt-sql-4.4.0_rc1.ebuild,v 1.4 2007/12/23 20:15:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-sql/qt-sql-4.4.0_rc1.ebuild,v 1.5 2007/12/24 14:39:52 caleb Exp $ inherit qt4-build @@ -58,7 +58,7 @@ 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-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 ${myconf}" + -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig -no-glib -no-opengl" echo ./configure ${myconf} ./configure ${myconf} || die |