From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 364881386AB for ; Sat, 26 Jan 2013 11:24:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B1C121C017; Sat, 26 Jan 2013 11:24:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B175E21C017 for ; Sat, 26 Jan 2013 11:24:50 +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 94CEC33DB58 for ; Sat, 26 Jan 2013 11:24:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 29A68E4073 for ; Sat, 26 Jan 2013 11:24:48 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1359199436.a29a4c6631f30661e67e78fd7512f42b67183093.pesa@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: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: a29a4c6631f30661e67e78fd7512f42b67183093 X-VCS-Branch: master Date: Sat, 26 Jan 2013 11:24:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 33ce3c34-6670-4ec0-927e-e4221342bc69 X-Archives-Hash: 75e61f36619699c30ff783544cdd1a9b commit: a29a4c6631f30661e67e78fd7512f42b67183093 Author: Davide Pesavento gmail com> AuthorDate: Sat Jan 26 11:23:56 2013 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sat Jan 26 11:23:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=a29a4c66 [x11-libs/qt-gui:4] Remove elog about qtgraphicssystem eselect module. --- x11-libs/qt-gui/qt-gui-4.8.9999.ebuild | 7 +------ 1 files changed, 1 insertions(+), 6 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 bccef2f..3d3ce7d 100644 --- a/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild +++ b/x11-libs/qt-gui/qt-gui-4.8.9999.ebuild @@ -236,16 +236,11 @@ src_install() { pkg_postinst() { qt4-build_pkg_postinst - # raster is the default graphicssystems, set it on first install + # raster is the default graphicssystem, set it on first install eselect qtgraphicssystem set raster --use-old - elog "Starting with Qt 4.8, you may choose the active Qt Graphics System" - elog "by using a new eselect module called qtgraphicssystem." - elog "Run \`eselect qtgraphicssystem\` for more information." - if use gtkstyle; then # see bug 388551 - elog elog "For Qt's GTK style to work, you need to either export" elog "the following variable into your environment:" elog ' GTK2_RC_FILES="$HOME/.gtkrc-2.0"'