summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2010-11-10 11:35:07 +0000
committerAlex Alexander <wired@gentoo.org>2010-11-10 11:35:07 +0000
commit0e9b28b43ddfaeb8d2073317b25f865275bfa51a (patch)
tree1f355d60479150c01b7766f7c3538ecae94a0b91 /x11-libs
parentVersion bump #343359. (diff)
downloadgentoo-2-0e9b28b43ddfaeb8d2073317b25f865275bfa51a.tar.gz
gentoo-2-0e9b28b43ddfaeb8d2073317b25f865275bfa51a.tar.bz2
gentoo-2-0e9b28b43ddfaeb8d2073317b25f865275bfa51a.zip
added missing -no-gtkstyle
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt-gui/ChangeLog6
-rw-r--r--x11-libs/qt-gui/qt-gui-4.6.3-r1.ebuild4
-rw-r--r--x11-libs/qt-gui/qt-gui-4.7.1-r1.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-libs/qt-gui/ChangeLog b/x11-libs/qt-gui/ChangeLog
index 8c5a93ae8644..1e87caa9a6e6 100644
--- a/x11-libs/qt-gui/ChangeLog
+++ b/x11-libs/qt-gui/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-libs/qt-gui
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.126 2010/11/10 10:43:45 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/ChangeLog,v 1.127 2010/11/10 11:35:07 wired Exp $
+
+ 10 Nov 2010; Alex Alexander <wired@gentoo.org> qt-gui-4.6.3-r1.ebuild,
+ qt-gui-4.7.1-r1.ebuild:
+ added missing -no-gtkstyle
*qt-gui-4.7.1-r1 (10 Nov 2010)
*qt-gui-4.6.3-r1 (10 Nov 2010)
diff --git a/x11-libs/qt-gui/qt-gui-4.6.3-r1.ebuild b/x11-libs/qt-gui/qt-gui-4.6.3-r1.ebuild
index 3443e743b63f..8bef7a5ca476 100644
--- a/x11-libs/qt-gui/qt-gui-4.6.3-r1.ebuild
+++ b/x11-libs/qt-gui/qt-gui-4.6.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.6.3-r1.ebuild,v 1.1 2010/11/10 10:43:45 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.6.3-r1.ebuild,v 1.2 2010/11/10 11:35:07 wired Exp $
EAPI="2"
inherit confutils eutils qt4-build
@@ -102,7 +102,7 @@ src_configure() {
myconf="${myconf} -qt-gif -system-libpng -system-libjpeg
-no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite -no-sql-sqlite2 -no-sql-odbc
- -xrender -xrandr -xkb -xshape -sm -no-svg"
+ -xrender -xrandr -xkb -xshape -sm -no-svg -no-gtkstyle"
# Explicitly don't compile these packages.
# Emerge "qt-webkit", "qt-phonon", etc for their functionality.
diff --git a/x11-libs/qt-gui/qt-gui-4.7.1-r1.ebuild b/x11-libs/qt-gui/qt-gui-4.7.1-r1.ebuild
index 7188b5eadcda..00ac50be4f7b 100644
--- a/x11-libs/qt-gui/qt-gui-4.7.1-r1.ebuild
+++ b/x11-libs/qt-gui/qt-gui-4.7.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.1-r1.ebuild,v 1.1 2010/11/10 10:43:45 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-gui/qt-gui-4.7.1-r1.ebuild,v 1.2 2010/11/10 11:35:07 wired Exp $
EAPI="3"
inherit confutils qt4-build
@@ -106,7 +106,7 @@ src_configure() {
myconf="${myconf} -qt-gif -system-libpng -system-libjpeg
-no-sql-mysql -no-sql-psql -no-sql-ibase -no-sql-sqlite -no-sql-sqlite2
-no-sql-odbc -xrender -xrandr -xkb -xshape -sm -no-svg -no-webkit
- -no-phonon -no-opengl"
+ -no-phonon -no-opengl -no-gtkstyle"
qt4-build_src_configure
}