From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SpduY-000709-JB for garchives@archives.gentoo.org; Fri, 13 Jul 2012 11:19:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1B48E031D; Fri, 13 Jul 2012 11:19:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 76269E031D for ; Fri, 13 Jul 2012 11:19:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE5D91B40C9 for ; Fri, 13 Jul 2012 11:19:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A030DE5433 for ; Fri, 13 Jul 2012 11:19:41 +0000 (UTC) From: "Ben de Groot" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben de Groot" Message-ID: <1342178349.27a90ddc6b6b7fa65dab8a73010040accc776c00.yngwin@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: x11-libs/qt-gui/ X-VCS-Repository: proj/qt X-VCS-Files: x11-libs/qt-gui/qt-gui-4.8.9999.ebuild X-VCS-Directories: x11-libs/qt-gui/ X-VCS-Committer: yngwin X-VCS-Committer-Name: Ben de Groot X-VCS-Revision: 27a90ddc6b6b7fa65dab8a73010040accc776c00 X-VCS-Branch: master Date: Fri, 13 Jul 2012 11:19:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ca569187-e4b4-40c0-b271-ff903df81293 X-Archives-Hash: 0464f1e1c1fd865815f513453589cffc commit: 27a90ddc6b6b7fa65dab8a73010040accc776c00 Author: Ben de Groot gmail com> AuthorDate: Fri Jul 13 11:19:09 2012 +0000 Commit: Ben de Groot gentoo org> CommitDate: Fri Jul 13 11:19:09 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D27a90ddc x11-libs/qt-gui: add elog wrt bug 388551 gtkstyle --- x11-libs/qt-gui/qt-gui-4.8.9999.ebuild | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild b/x11-libs/qt-gui/qt-= gui-4.8.9999.ebuild index 1519be4..eb7cbb2 100644 --- a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild @@ -238,4 +238,11 @@ pkg_postinst() { elog "Run" elog " eselect qtgraphicssystem" elog "for more information." + if use gtkstyle ; then + # see bug 388551 + elog "For Qt's GTK style to work, you need to either export" + elog "the following variable into your environment:" + elog ' GTK2_RC_FILES=3D"$HOME/.gtkrc-2.0"' + elog "or alternatively install gnome-base/libgnomeui" + fi }