aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <davidepesa@gmail.com>2012-11-27 01:19:21 -0800
committerDavide Pesavento <davidepesa@gmail.com>2012-11-27 01:19:21 -0800
commitc6854cd8a6ccd392ac5d48ccc0788a21d7343d4b (patch)
tree696f009634da41373cd486674d2239c0a0982205
parentPyQt4/sip: Automated version bump, remove old (diff)
downloadqt-c6854cd8a6ccd392ac5d48ccc0788a21d7343d4b.tar.gz
qt-c6854cd8a6ccd392ac5d48ccc0788a21d7343d4b.tar.bz2
qt-c6854cd8a6ccd392ac5d48ccc0788a21d7343d4b.zip
[x11-libs/qt-core:4] Remove USE=optimized-qmake wrt bug 434780.
-rw-r--r--x11-libs/qt-core/metadata.xml1
-rw-r--r--x11-libs/qt-core/qt-core-4.8.9999.ebuild3
2 files changed, 1 insertions, 3 deletions
diff --git a/x11-libs/qt-core/metadata.xml b/x11-libs/qt-core/metadata.xml
index eb616856..7d709fa7 100644
--- a/x11-libs/qt-core/metadata.xml
+++ b/x11-libs/qt-core/metadata.xml
@@ -8,7 +8,6 @@
<flag name="exceptions">Add support for exceptions - like catching them
inside the event loop (recommended by Nokia)</flag>
<flag name="glib">Enable <pkg>dev-libs/glib</pkg> eventloop support</flag>
- <flag name="optimized-qmake">Enable qmake optimization</flag>
<flag name="qt3support">Enable the Qt3Support libraries for Qt4. Note that
this does not mean you can compile pure Qt3 programs with Qt4.</flag>
</use>
diff --git a/x11-libs/qt-core/qt-core-4.8.9999.ebuild b/x11-libs/qt-core/qt-core-4.8.9999.ebuild
index 242cd7b8..f4e2ed61 100644
--- a/x11-libs/qt-core/qt-core-4.8.9999.ebuild
+++ b/x11-libs/qt-core/qt-core-4.8.9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${QT4_BUILD_TYPE} == live ]]; then
else
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
fi
-IUSE="+glib iconv icu optimized-qmake qt3support ssl"
+IUSE="+glib iconv icu qt3support ssl"
DEPEND="
sys-libs/zlib
@@ -107,7 +107,6 @@ src_configure() {
$(qt_use glib)
$(qt_use iconv)
$(qt_use icu)
- $(qt_use optimized-qmake)
$(use ssl && echo -openssl-linked || echo -no-openssl)
$(qt_use qt3support)"