summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2007-12-28 13:36:57 +0000
committerCaleb Tennis <caleb@gentoo.org>2007-12-28 13:36:57 +0000
commita17aee3cf4cdecceccf679c2638500a3869f50f1 (patch)
treec003ea9f87ff4cef0d993ba52f23c45a7a3d64ab /x11-libs
parentBump to 0.9.2.0 which support Pando 1.7 packages. ~amd64 added. Using fixed l... (diff)
downloadhistorical-a17aee3cf4cdecceccf679c2638500a3869f50f1.tar.gz
historical-a17aee3cf4cdecceccf679c2638500a3869f50f1.tar.bz2
historical-a17aee3cf4cdecceccf679c2638500a3869f50f1.zip
Turn off qt3support, or we get errors because it defaults to on
Package-Manager: portage-2.1.4_rc11
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-assistant/Manifest8
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild4
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-libs/qt-assistant/Manifest b/x11-libs/qt-assistant/Manifest
index a88666ffd422..f34254b94b25 100644
--- a/x11-libs/qt-assistant/Manifest
+++ b/x11-libs/qt-assistant/Manifest
@@ -1,8 +1,8 @@
DIST qt-x11-preview-opensource-src-4.4.0-tp1.tar.gz 56029137 RMD160 dd2dee9afaa9d16bdf5ca2bed82a3b9e2162bdd2 SHA1 e242dc542eb1424a51c47e7c80aaefd26668451c SHA256 1757416bda52c34ade3a49b5896bafe9e3cfe092d3180da32d520f94324c0b88
-EBUILD qt-assistant-4.4.0_rc1.ebuild 1561 RMD160 434a424c22042286c5b1b4bff15a0d15ae36974e SHA1 59123a7eb2a216dc0442ae2173ba37d9cbb548df SHA256 a0affd2b33036a2a5863e1aba3127704b8c39f6c202d0a5bb4e1d69d433c62cd
-MD5 998bcf2596e965fd3876073856c4b987 qt-assistant-4.4.0_rc1.ebuild 1561
-RMD160 434a424c22042286c5b1b4bff15a0d15ae36974e qt-assistant-4.4.0_rc1.ebuild 1561
-SHA256 a0affd2b33036a2a5863e1aba3127704b8c39f6c202d0a5bb4e1d69d433c62cd qt-assistant-4.4.0_rc1.ebuild 1561
+EBUILD qt-assistant-4.4.0_rc1.ebuild 1576 RMD160 783f0d098025aa40164119dd9dea32fa4bd60fae SHA1 a7fc173f4271723c0d665e619b064e2183fc4a43 SHA256 a9fe0cfd3f402bf88aa88e0f893038116388306fe52a9e19253f20ce7676147f
+MD5 41a8167a4fd6b9c31e23bd1d442b80f4 qt-assistant-4.4.0_rc1.ebuild 1576
+RMD160 783f0d098025aa40164119dd9dea32fa4bd60fae qt-assistant-4.4.0_rc1.ebuild 1576
+SHA256 a9fe0cfd3f402bf88aa88e0f893038116388306fe52a9e19253f20ce7676147f qt-assistant-4.4.0_rc1.ebuild 1576
MISC ChangeLog 367 RMD160 58f494f496c65043e4980035a23eb03c315a2938 SHA1 8e8c3510e67c25818e5a4f637be44f6c681cdc65 SHA256 76b1cc47c1a3a61a18fb533544fa670ee594ee6d000f1cbef09eaa2a89563aba
MD5 d2dc88584b9ae718cdafd7e4fc69eacb ChangeLog 367
RMD160 58f494f496c65043e4980035a23eb03c315a2938 ChangeLog 367
diff --git a/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild b/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild
index f1898939e6e7..7aa3ec5ea40d 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-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-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.3 2007/12/27 23:25:07 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.4.0_rc1.ebuild,v 1.4 2007/12/28 13:36:57 caleb Exp $
inherit qt4-build
@@ -38,7 +38,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"
+ -no-xmlpatterns -no-freetype -no-libtiff -no-accessibility -no-fontconfig -no-glib -no-opengl -no-qt3support"
echo ./configure ${myconf}
./configure ${myconf} || die