diff options
author | Caleb Tennis <caleb@gentoo.org> | 2007-12-26 12:40:32 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2007-12-26 12:40:32 +0000 |
commit | 7f83c954de3bec7a95f17e4f2d19ce8d82d0eb85 (patch) | |
tree | f9760e5a18353b6297978e7c8d31ac8df8f5a11f /x11-libs/qt-core | |
parent | Change blocker to a more valid version (diff) | |
download | gentoo-2-7f83c954de3bec7a95f17e4f2d19ce8d82d0eb85.tar.gz gentoo-2-7f83c954de3bec7a95f17e4f2d19ce8d82d0eb85.tar.bz2 gentoo-2-7f83c954de3bec7a95f17e4f2d19ce8d82d0eb85.zip |
Don't turn off ssl/glib in the big configure group
(Portage version: 2.1.4_rc11)
Diffstat (limited to 'x11-libs/qt-core')
-rw-r--r-- | x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild | 6 |
1 files changed, 3 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 7cd589db7856..b2e393264550 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.8 2007/12/26 12:39:32 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-core/qt-core-4.4.0_rc1.ebuild,v 1.9 2007/12/26 12:40:32 caleb Exp $ EAPI=1 @@ -45,8 +45,8 @@ 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" + -no-gif -no-libpng -no-libmng -no-libjpeg -system-zlib -no-webkit -no-phonon \ + -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig -no-opengl" echo ./configure ${myconf} ./configure ${myconf} || die |